From f5380bb7cc79045c9933e844d8586d51664e6e97 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Van Date: Mon, 20 Nov 2023 17:12:48 +0700 Subject: [PATCH] update denom bep20 kwt --- packages/oraidex-common/package.json | 4 ++-- packages/oraidex-common/src/network.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/oraidex-common/package.json b/packages/oraidex-common/package.json index 8beef258..304baec0 100644 --- a/packages/oraidex-common/package.json +++ b/packages/oraidex-common/package.json @@ -1,12 +1,12 @@ { "name": "@oraichain/oraidex-common", - "version": "1.0.36", + "version": "1.0.37", "main": "build/index.js", "files": [ "build/" ], "scripts": { - "build":"tsc -p tsconfig.json" + "build": "tsc -p tsconfig.json" }, "license": "MIT", "dependencies": { diff --git a/packages/oraidex-common/src/network.ts b/packages/oraidex-common/src/network.ts index edd4cc41..8e5b16b0 100644 --- a/packages/oraidex-common/src/network.ts +++ b/packages/oraidex-common/src/network.ts @@ -8,6 +8,7 @@ import { FACTORY_V2_CONTRACT, INJECTIVE_CONTRACT, INJECTIVE_ORAICHAIN_DENOM, + KWTBSC_ORAICHAIN_DENOM, KWT_BSC_CONTRACT, KWT_CONTRACT, KWT_DENOM, @@ -337,7 +338,7 @@ export const oraichainNetwork: CustomChainInfo = { { coinDenom: "BEP20 KWT", coinGeckoId: "kawaii-islands", - coinMinimalDenom: KWT_BSC_CONTRACT, + coinMinimalDenom: KWTBSC_ORAICHAIN_DENOM, coinDecimals: 18, coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/12313.png" },