diff --git a/packages/oraidex-common/src/network.ts b/packages/oraidex-common/src/network.ts index 23381540..47266c64 100644 --- a/packages/oraidex-common/src/network.ts +++ b/packages/oraidex-common/src/network.ts @@ -515,7 +515,7 @@ export const oraichainNetwork: CustomChainInfo = { coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png" }, { - coinDenom: "BTC V2", + coinDenom: "BTC", coinGeckoId: "bitcoin", coinMinimalDenom: OBTC_ORAICHAIN_EXT_DENOM, bridgeTo: ["bitcoin"] as any,