Skip to content

Commit

Permalink
Fix AVAIL an stAVAIL symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Nov 27, 2024
1 parent 3f90515 commit e47e592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ export const ENV: Env = {
},
AvailBase: {
key: "AvailBase",
symbol: "AVAIL.W",
symbol: "AVAIL",
displayName: "Avail",
nativeChain: "Base",
tokenId: {
Expand All @@ -1292,7 +1292,7 @@ export const ENV: Env = {
},
stAvailBase: {
key: "stAvailBase",
symbol: "stAVAIL.W",
symbol: "stAVAIL",
displayName: "Deq Staked AVAIL",
nativeChain: "Base",
tokenId: {
Expand Down

0 comments on commit e47e592

Please sign in to comment.