Skip to content

Commit

Permalink
Merge pull request #148 from oraichain/feat/revert-symbols
Browse files Browse the repository at this point in the history
revert symbols pair usdc/oraix
  • Loading branch information
haunv3 authored Feb 1, 2024
2 parents 31ba11f + cc38a1d commit 8fcee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.63",
"version": "1.0.64",
"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 @@ -85,7 +85,7 @@ export const PAIRS: PairMapping[] = [
},
{
asset_infos: [{ token: { contract_addr: USDC_CONTRACT } }, { token: { contract_addr: ORAIX_CONTRACT } }],
symbols: ["ORAIX", "USDC"]
symbols: ["USDC", "ORAIX"]
},
{
asset_infos: [{ native_token: { denom: ORAI } }, { token: { contract_addr: WETH_CONTRACT } }],
Expand Down

0 comments on commit 8fcee6b

Please sign in to comment.