Skip to content

Commit

Permalink
Merge pull request #78 from oraichain/fix/symbols-pairs
Browse files Browse the repository at this point in the history
fix symbols wTRX
  • Loading branch information
haunv3 authored Dec 6, 2023
2 parents 7365a05 + 339235a commit 774c008
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.0.44",
"version": "1.0.45",
"main": "build/index.js",
"files": [
"build/"
Expand Down
2 changes: 1 addition & 1 deletion packages/oraidex-common/src/pairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }],
Expand Down
2 changes: 1 addition & 1 deletion packages/oraidex-sync/src/pairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }],
Expand Down
2 changes: 1 addition & 1 deletion packages/oraidex-sync/tests/helper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }],
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.0.34",
"version": "1.0.35",
"main": "build/index.js",
"files": [
"build/"
Expand Down

0 comments on commit 774c008

Please sign in to comment.