diff --git a/packages/oraidex-common/package.json b/packages/oraidex-common/package.json index 58f7e236..c21a1cba 100644 --- a/packages/oraidex-common/package.json +++ b/packages/oraidex-common/package.json @@ -1,6 +1,6 @@ { "name": "@oraichain/oraidex-common", - "version": "1.0.44", + "version": "1.0.45", "main": "build/index.js", "files": [ "build/" diff --git a/packages/oraidex-common/src/pairs.ts b/packages/oraidex-common/src/pairs.ts index 2a19c0df..74dad8e3 100644 --- a/packages/oraidex-common/src/pairs.ts +++ b/packages/oraidex-common/src/pairs.ts @@ -69,7 +69,7 @@ export const PAIRS: PairMapping[] = [ }, { asset_infos: [{ native_token: { denom: ORAI } }, { token: { contract_addr: TRX_CONTRACT } }], - symbols: ["ORAI", "WTRX"] + symbols: ["ORAI", "wTRX"] }, { asset_infos: [{ token: { contract_addr: SCATOM_CONTRACT } }, { native_token: { denom: ATOM_ORAICHAIN_DENOM } }], diff --git a/packages/oraidex-sync/src/pairs.ts b/packages/oraidex-sync/src/pairs.ts index 093b4f65..334bb5b4 100644 --- a/packages/oraidex-sync/src/pairs.ts +++ b/packages/oraidex-sync/src/pairs.ts @@ -81,7 +81,7 @@ export const pairs: PairMapping[] = [ { asset_infos: [{ native_token: { denom: ORAI } }, { token: { contract_addr: tronCw20Address } }], lp_token: pairLpTokens.TRX_ORAI, - symbols: ["ORAI", "WTRX"] + symbols: ["ORAI", "wTRX"] }, { asset_infos: [{ token: { contract_addr: scAtomCw20Address } }, { native_token: { denom: atomIbcDenom } }], diff --git a/packages/oraidex-sync/tests/helper.spec.ts b/packages/oraidex-sync/tests/helper.spec.ts index 61eb5c79..5193f6fd 100644 --- a/packages/oraidex-sync/tests/helper.spec.ts +++ b/packages/oraidex-sync/tests/helper.spec.ts @@ -215,7 +215,7 @@ describe("test-helper", () => { { asset_infos: [{ native_token: { denom: ORAI } }, { token: { contract_addr: tronCw20Address } }], lp_token: pairLpTokens.TRX_ORAI, - symbols: ["ORAI", "WTRX"] + symbols: ["ORAI", "wTRX"] }, { asset_infos: [{ token: { contract_addr: scAtomCw20Address } }, { native_token: { denom: atomIbcDenom } }], diff --git a/packages/universal-swap/package.json b/packages/universal-swap/package.json index 90eddb60..3322e571 100644 --- a/packages/universal-swap/package.json +++ b/packages/universal-swap/package.json @@ -1,6 +1,6 @@ { "name": "@oraichain/oraidex-universal-swap", - "version": "1.0.34", + "version": "1.0.35", "main": "build/index.js", "files": [ "build/"