Skip to content

Commit

Permalink
Merge pull request #221 from Bedrock-Technology/main
Browse files Browse the repository at this point in the history
Added Bedrock Diamond points
  • Loading branch information
githubotoro authored Jan 17, 2025
2 parents 7ff736f + c886fe3 commit 48ac4bb
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineToken } from "@/sdk/constants";

export default defineToken({
id: "1-0xb193b1a5345c6b629af578ebdea89b2c24953184",
chain_id: 1,
contract_address: "0xb193b1a5345c6b629af578ebdea89b2c24953184",
name: "BedrockDiamonds",
symbol: "BD",
image: "https://static.bedrock.technology/bedrock-logo.svg",
decimals: 18,
source: "external",
search_id: "none",
type: "point",
});

0 comments on commit 48ac4bb

Please sign in to comment.