Skip to content

Commit

Permalink
Include Tower token
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 4, 2024
1 parent 4efda89 commit fb272e7
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",
},
Tower: {
Solana: "5Ro9KjSUGYisjREz8K5uD1fMdXnu1Jfq3Ktqm4EQMc1R",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1375,6 +1378,19 @@ export const ENV: Env = {
coinGeckoId: "staked-avail",
decimals: 18,
},
Tower: {
key: "Tower",
symbol: "TOWER",
displayName: "Tower",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
},
icon: "https://assets.coingecko.com/coins/images/14134/large/tower-circular-1000.png?1696513854",
coinGeckoId: "tower",
decimals: 18,
}
},
}
),
Expand Down

0 comments on commit fb272e7

Please sign in to comment.