Skip to content

Commit

Permalink
add neiro token (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti authored Jan 8, 2025
1 parent edf94d2 commit e14b67e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added apps/connect/public/images/tokens/neiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,9 @@ export const ENV: Env = {
AltLayer: {
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub",
},
Neiro: {
Solana: "FkmodwcM4YULTKLNMo7VHs4HLPvm8iBVLJHTj9YhMr9h",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1620,6 +1623,19 @@ export const ENV: Env = {
coinGeckoId: "bio-protocol",
decimals: 9,
},
Neiro: {
key: "Neiro",
symbol: "NEIRO",
displayName: "Neiro",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee",
},
icon: "images/tokens/neiro.png",
coinGeckoId: "neiro-3",
decimals: 9,
},
},
}
),
Expand Down

0 comments on commit e14b67e

Please sign in to comment.