Skip to content

Commit

Permalink
feat(token-map): royco points are going live -- you heard it first he…
Browse files Browse the repository at this point in the history
…re :)
  • Loading branch information
githubotoro committed Dec 13, 2024
1 parent e20d2c6 commit 8f0dcfe
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: "11155111-0xa43531c348db1bdde82d963b387d21cd344bf698",
chain_id: 11155111,
contract_address: "0xa43531c348db1bdde82d963b387d21cd344bf698",
name: "TEST Royco Point",
symbol: "TST",
image: "https://chainlist.org/unknown-logo.png",
decimals: 18,
source: "external",
search_id: "none",
type: "point",
});

0 comments on commit 8f0dcfe

Please sign in to comment.