Skip to content

Commit

Permalink
Fix stAVAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Nov 20, 2024
1 parent a61b0de commit 40f0f75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1279,28 +1279,28 @@ export const ENV: Env = {
},
stAvailEthereum: {
key: "stAvailEthereum",
symbol: "AVAIL",
displayName: "Avail",
symbol: "STAVAIL",
displayName: "Deq Staked AVAIL",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x3742f3Fcc56B2d46c7B8CA77c23be60Cd43Ca80a",
},
icon: "https://assets.coingecko.com/coins/images/37372/standard/avail-logo.png?1714145201",
coinGeckoId: "avail",
icon: "https://assets.coingecko.com/coins/images/51343/large/stAVAIL_200x200.png?1730824445",
coinGeckoId: "staked-avail",
decimals: 18,
},
stAvailBase: {
key: "stAvailBase",
symbol: "AVAIL.W",
displayName: "Avail",
symbol: "STAVAIL.W",
displayName: "Deq Staked AVAIL",
nativeChain: "Base",
tokenId: {
chain: "Base",
address: "0x74cb668d23E6e54524e2E1e4d1c392F5fd611783",
},
icon: "https://assets.coingecko.com/coins/images/37372/standard/avail-logo.png?1714145201",
coinGeckoId: "avail",
icon: "https://assets.coingecko.com/coins/images/51343/large/stAVAIL_200x200.png?1730824445",
coinGeckoId: "staked-avail",
decimals: 18,
}
},
Expand Down

0 comments on commit 40f0f75

Please sign in to comment.