Skip to content

Commit

Permalink
add hrt token metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Sep 27, 2024
1 parent 2e8ef07 commit 787ec83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions app/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ export const TOKEN_METADATA = {
symbol: "VEE",
image: "/img/tokens/vee.png",
},
{
id: "0x74abf11b5f7bf057000e411a7130b46911792709",
name: "Heist Rewards Token",
symbol: "HRT",
image: "/img/tokens/hrt.png",
},
],
[arbitrumSepolia.id]: [
{
Expand Down Expand Up @@ -97,6 +103,12 @@ export const TOKEN_METADATA = {
symbol: "VEE",
image: "/img/tokens/vee.png",
},
{
id: "0x5a3247e764ee0e71cef22802d189815fad6f1257",
name: "Heist Rewards Token",
symbol: "HRT",
image: "/img/tokens/hrt.png",
},
],
} as const;

Expand Down Expand Up @@ -138,8 +150,14 @@ export const GAME_METADATA: Record<
name: "Zeeverse",
image: "/img/games/zeeverse.png",
tokens: {
[arbitrum.id]: ["0x0caadd427a6feb5b5fc1137eb05aa7ddd9c08ce9"],
[arbitrumSepolia.id]: ["0x23be0504127475387a459fe4b01e54f1e336ffae"],
[arbitrum.id]: [
"0x0caadd427a6feb5b5fc1137eb05aa7ddd9c08ce9",
"0x74abf11b5f7bf057000e411a7130b46911792709",
],
[arbitrumSepolia.id]: [
"0x23be0504127475387a459fe4b01e54f1e336ffae",
"0x5a3247e764ee0e71cef22802d189815fad6f1257",
],
},
collections: {
[arbitrum.id]: ["0x58318bceaa0d249b62fad57d134da7475e551b47"],
Expand Down
Binary file added public/img/tokens/hrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 787ec83

Please sign in to comment.