Skip to content

Commit

Permalink
add AltLayer token config
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti committed Dec 23, 2024
1 parent a43502f commit dc7e8c9
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 @@ -753,6 +753,9 @@ export const ENV: Env = {
Mantle: "0x2a76b7dE7902BA089EdD39C17Df38c4a2CdDAd0B",
Xlayer: "0x8173Aba689eC001af9918B170a3946826212A366",
},
AltLayer: {
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1537,6 +1540,18 @@ export const ENV: Env = {
coinGeckoId: "worldcoin-wld",
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 dc7e8c9

Please sign in to comment.