Skip to content

Commit

Permalink
change denom sol
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Nov 30, 2024
1 parent f9ca307 commit a63e89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export const oraichainNetwork: CustomChainInfo = {
coinImageUrl: "https://assets.coingecko.com/coins/images/5/standard/dogecoin.png?1696501409"
},
{
coinDenom: "SOL",
coinDenom: "WSOL",
coinMinimalDenom: WSOL_WORMHOLE_BNB_ORAICHAIN_DENOM,
coinDecimals: 9,
bridgeTo: ["0x38"],
Expand Down Expand Up @@ -733,7 +733,7 @@ export const chainInfos: CustomChainInfo[] = [
coinImageUrl: "https://assets.coingecko.com/coins/images/5/standard/dogecoin.png?1696501409"
},
{
coinDenom: "SOL",
coinDenom: "WSOL",
coinMinimalDenom: ORAI_BRIDGE_EVM_DENOM_PREFIX + WSOL_WORMHOLE_BSC_CONTRACT,
bridgeNetworkIdentifier: "0x38",
coinDecimals: 9,
Expand Down Expand Up @@ -1141,7 +1141,7 @@ export const chainInfos: CustomChainInfo[] = [
coinImageUrl: "https://assets.coingecko.com/coins/images/5/standard/dogecoin.png?1696501409"
},
{
coinDenom: "SOL",
coinDenom: "WSOL",
coinMinimalDenom: "bep20_wsol",
contractAddress: WSOL_WORMHOLE_BSC_CONTRACT,
coinDecimals: 9,
Expand Down

0 comments on commit a63e89b

Please sign in to comment.