Skip to content

Commit

Permalink
update denom bep20 kwt
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Nov 20, 2023
1 parent 721dfb5 commit f5380bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
FACTORY_V2_CONTRACT,
INJECTIVE_CONTRACT,
INJECTIVE_ORAICHAIN_DENOM,
KWTBSC_ORAICHAIN_DENOM,
KWT_BSC_CONTRACT,
KWT_CONTRACT,
KWT_DENOM,
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit f5380bb

Please sign in to comment.