Skip to content

Commit

Permalink
feat: add altlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Dec 5, 2024
1 parent 4efda89 commit 8ce68d6
Showing 1 changed file with 16 additions and 0 deletions.
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 @@ -678,6 +678,9 @@ export const ENV: Env = {
pxEth: {
Sui: "0xf4530aa5ef8af33c497ec38f54ff9dd45fad9157264efae9693eb62faf8667b5::coin::COIN",
},
ALT: {
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzubq",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1375,6 +1378,19 @@ export const ENV: Env = {
coinGeckoId: "staked-avail",
decimals: 18,
},
AltLayer: {
key: "AltLayer",
symbol: "ALT",
displayName: "AltLayer Token",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb",
},
icon: "https://assets.coingecko.com/coins/images/34608/standard/Logomark_200x200.png?1715107868",
coinGeckoId: "altlayer",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 8ce68d6

Please sign in to comment.