Skip to content

Commit

Permalink
Add pxETH Token (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Nov 20, 2024
1 parent b028fb1 commit 6616bef
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 @@ -594,6 +594,9 @@ export const ENV: Env = {
pSTAKE: {
Sui: "0x61017ce4bd0b75b266af53edd60bbe391ba1a9fbe9a7d8553657c94ef73ee2ab::coin::COIN",
},
pxEth: {
Sui: "0xf4530aa5ef8af33c497ec38f54ff9dd45fad9157264efae9693eb62faf8667b5::coin::COIN",
},
},
tokensConfig: {
stBTC: {
Expand Down Expand Up @@ -1187,6 +1190,19 @@ export const ENV: Env = {
coinGeckoId: "usds",
decimals: 6,
},
pxEth: {
key: "pxEth",
symbol: "PXETH",
displayName: "Dinero Staked ETH",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6",
},
icon: "https://assets.coingecko.com/coins/images/33608/large/pxETH-icon-transbg_72dpi.png?1702512024",
coinGeckoId: "dinero-staked-eth",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit 6616bef

Please sign in to comment.