Skip to content

Commit

Permalink
Fix AVAIL an stAVAIL symbol (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 28, 2024
1 parent 3f90515 commit a43a9ea
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 a43a9ea

Please sign in to comment.