Skip to content

Commit

Permalink
Merge pull request #165 from oraichain/feat/add-common-ntmpi
Browse files Browse the repository at this point in the history
pumb version oraidex-common
  • Loading branch information
ducphamle2 authored Feb 18, 2024
2 parents bd676cc + c0a3191 commit 162da39
Show file tree
Hide file tree
Showing 2 changed files with 3 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.66",
"version": "1.0.67",
"main": "build/index.js",
"files": [
"build/"
Expand Down
3 changes: 2 additions & 1 deletion packages/oraidex-common/src/pairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export enum pairLpTokens {
INJ_ORAI = "orai1slqw6gfvs6l2jgvh5ryjayf4g77d7sgfv6fumtyzcr06a6g9gnrq6c4rgg",
USDC_ORAIX = "orai1nwpfd09mr4rf8d5c9mh43axzezkwyr7dq2lus23jsw4xw2jqkaxqxwmkd3",
ORAI_WETH = "orai1rvr9wk6mdlfysvgp72ltthqvkkd5677mp892efq86yyr9alt0tms2a6lcs",
ORAI_BTC = "orai1jd9lc2qt0ltjsatgnu38xsz8ngp89clp0dpeh8geyjj70yvkn4kqmrmh3m"
ORAI_BTC = "orai1jd9lc2qt0ltjsatgnu38xsz8ngp89clp0dpeh8geyjj70yvkn4kqmrmh3m",
NTMPI_USDC = "orai1rmvjmwd940ztafxue7630g75px8tqma4jskjuu57fkj0eqahqfgqqwjm00"
}

// token identifier can be denom or contract addr
Expand Down

0 comments on commit 162da39

Please sign in to comment.