Skip to content

Commit

Permalink
Add pStake Token Bridge (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Oct 23, 2024
1 parent adc8a5c commit d7cff88
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 @@ -533,6 +533,9 @@ export const ENV: Env = {
AUDIUS: {
Solana: "9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM",
},
pSTAKE: {
Sui: "0x61017ce4bd0b75b266af53edd60bbe391ba1a9fbe9a7d8553657c94ef73ee2ab::coin::COIN",
},
},
tokensConfig: {
spx6900: {
Expand Down Expand Up @@ -1024,6 +1027,19 @@ export const ENV: Env = {
coinGeckoId: "audius",
decimals: 18,
},
pSTAKE: {
key: "pSTAKE",
symbol: "PSTAKE",
displayName: "pSTAKE",
nativeChain: "Ethereum",
tokenId: {
chain: "Ethereum",
address: "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
},
icon: "https://assets.coingecko.com/coins/images/23931/standard/512_x_512_Dark.png?1721243699",
coinGeckoId: "pstake-finance",
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit d7cff88

Please sign in to comment.