Skip to content

Commit

Permalink
fix: sol minimum denom orai
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Nov 30, 2024
1 parent 5d7d91c commit ef47225
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ import {
OBTC_ORAICHAIN_EXT_DENOM,
DOGE_BNB_ORAICHAIN_DENOM,
DOGE_BSC_CONTRACT,
SOL_BSC_CONTRACT
SOL_BSC_CONTRACT,
SOL_BNB_ORAICHAIN_DENOM
} from "./constant";
import { listOsmosisToken } from "./alpha-network";
import { celestiaNetwork } from "./celestia-network";
Expand Down Expand Up @@ -353,7 +354,7 @@ export const oraichainNetwork: CustomChainInfo = {
},
{
coinDenom: "SOL",
coinMinimalDenom: SOL_BSC_CONTRACT,
coinMinimalDenom: SOL_BNB_ORAICHAIN_DENOM,
coinDecimals: 6,
bridgeTo: ["0x38"],
coinGeckoId: "solana",
Expand Down

0 comments on commit ef47225

Please sign in to comment.