Skip to content

Commit

Permalink
add AltLayer token config (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti authored Jan 6, 2025
1 parent 21f3993 commit ec6c4cd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,9 @@ export const ENV: Env = {
Base: "0xb166e8b140d35d9d8226e40c09f757bac5a4d87d",
Bsc: "0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
},
AltLayer: {
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1555,6 +1558,18 @@ export const ENV: Env = {
coinGeckoId: "non-playable-coin",
decimals: 18,
},
AltLayer: {
key: "AltLayer",
symbol: "ALT",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb",
},
icon: "https://assets.coingecko.com/coins/images/34608/large/Logomark_200x200.png",
coinGeckoId: "altlayer",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit ec6c4cd

Please sign in to comment.