Skip to content

Commit

Permalink
Fix symbols stAVAIL and pxETH (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 22, 2024
1 parent cfe9496 commit 29f950e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ export const ENV: Env = {
},
pxEth: {
key: "pxEth",
symbol: "PXETH",
symbol: "pxETH",
displayName: "Dinero Staked ETH",
nativeChain: "Ethereum",
tokenId: {
Expand Down Expand Up @@ -1279,7 +1279,7 @@ export const ENV: Env = {
},
stAvailEthereum: {
key: "stAvailEthereum",
symbol: "STAVAIL",
symbol: "stAVAIL",
displayName: "Deq Staked AVAIL",
nativeChain: "Ethereum",
tokenId: {
Expand All @@ -1292,7 +1292,7 @@ export const ENV: Env = {
},
stAvailBase: {
key: "stAvailBase",
symbol: "STAVAIL.W",
symbol: "stAVAIL.W",
displayName: "Deq Staked AVAIL",
nativeChain: "Base",
tokenId: {
Expand Down

0 comments on commit 29f950e

Please sign in to comment.