Skip to content

Commit

Permalink
NPC token
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 23, 2024
1 parent a43502f commit 025d10f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added apps/connect/public/images/tokens/npc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,11 @@ export const ENV: Env = {
Mantle: "0x2a76b7dE7902BA089EdD39C17Df38c4a2CdDAd0B",
Xlayer: "0x8173Aba689eC001af9918B170a3946826212A366",
},
NPC: {
Solana: "BeGY8KqKxboEwRbJd1q9H2K829jS4Rc5dEyNMYXCbV5p",
Base: "0xb166e8b140d35d9d8226e40c09f757bac5a4d87d",
Bsc: "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1537,6 +1542,19 @@ export const ENV: Env = {
coinGeckoId: "worldcoin-wld",
decimals: 18,
},
NPC: {
key: "NPC",
symbol: "NPC",
displayName: "Non-Playable Coin",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x8ed97a637a790be1feff5e888d43629dc05408f6",
},
icon: "images/tokens/npc.png",
coinGeckoId: "non-playable-coin",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 025d10f

Please sign in to comment.