Commit 6f16f65 1 parent 3ec3dfa commit 6f16f65 Copy full SHA for 6f16f65
File tree 4 files changed +29
-4
lines changed
4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oraichain/oraidex-common" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"main" : " ./build/index.js" ,
5
5
"module" : " ./build/index.js" ,
6
6
"types" : " ./build/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ export const WSOL_WORMHOLE_BNB_ORAICHAIN_DENOM =
118
118
export const MAX_ORAICHAIN_DENOM =
119
119
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h" ;
120
120
export const RACKS_ORAICHAIN_DENOM =
121
- "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraigyiRnYoCgFiaLnpiaPvJjZbs5zzmWHp4sxBgZq3 " ;
121
+ "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck " ;
122
122
123
123
// config solana
124
124
export const MAX_SOL_CONTRACT_ADDRESS = "oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h" ;
125
- export const RACKS_SOL_CONTRACT_ADDRESS = "oraigyiRnYoCgFiaLnpiaPvJjZbs5zzmWHp4sxBgZq3 " ;
125
+ export const RACKS_SOL_CONTRACT_ADDRESS = "D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck " ;
126
126
export const ORAI_SOL_CONTRACT_ADDRESS = "oraiyuR7hz6h7ApC56mb52CJjPZBB34USTjzaELoaPk" ;
127
127
export const SOLANA_RPC = "https://swr.xnftdata.com/rpc-proxy/" ;
128
128
export const SOLANA_WEBSOCKET = "wss://go.getblock.io/52d75331a9b74f9fa4a0056f15a1c022" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import oraidexJson from "./config/oraidex.json";
4
4
// BASE_URL: "https://raw.githubusercontent.com/oraidex/oraidex-sdk",
5
5
// SUPPORTED_INFO: "/packages/oraidex-common/src/supported/config/"
6
6
const ORAIDEX_API_ENDPOINTS = {
7
- BASE_URL : "https://oraicommon-staging .oraidex.io" ,
7
+ BASE_URL : "https://oraicommon.oraidex.io" ,
8
8
SUPPORTED_INFO : "/api/v1/supported-tokens/oraidex"
9
9
} ;
10
10
Original file line number Diff line number Diff line change 3820
3820
resolved "https://registry.yarnpkg.com/@oraichain/immutable/-/immutable-4.3.9.tgz#ff8d5a7b39b5b01f3f72a902cffbfea32ccb20c3"
3821
3821
integrity sha512-INpHnhL970OCkR7I71Kssb2aLl2l4Y/x8W6FlyRO0KmC8GHjxc/hlNB1t44BiI7lkOYmcWMRQoC8dwParsp1RQ==
3822
3822
3823
+
3824
+ version "2.0.5"
3825
+ resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-2.0.5.tgz#5075a28e6b94af05f64d419fcf8bfbd75ba824a1"
3826
+ integrity sha512-oWH1Ywx6Hbb8cW23zTMlQbz93saE6+enFptmd6CNUvJPwVoM42464jBR/bIN6D2Y168q88cD7ST/y+YQc3DiXg==
3827
+ dependencies:
3828
+ "@cosmjs/amino" "^0.32.4"
3829
+ "@cosmjs/cosmwasm-stargate" "^0.32.4"
3830
+ "@cosmjs/crypto" "^0.32.4"
3831
+ "@cosmjs/proto-signing" "^0.32.4"
3832
+ "@cosmjs/stargate" "^0.32.4"
3833
+ "@cosmjs/tendermint-rpc" "^0.32.4"
3834
+ "@ethersproject/providers" "^5.0.10"
3835
+ "@injectivelabs/sdk-ts" "1.12.1"
3836
+ "@keplr-wallet/types" "^0.11.38"
3837
+ "@oraichain/common" "1.2.7"
3838
+ "@oraichain/oraidex-contracts-sdk" latest
3839
+ "@ton/core" "0.56.3"
3840
+ "@ton/crypto" "3.3.0"
3841
+ axios "1.7.2"
3842
+ axios-extensions "3.1.7"
3843
+ bignumber.js "^9.1.2"
3844
+ cosmjs-types "^0.9.0"
3845
+ ethers "^5.0.15"
3846
+ tronweb "6.0.0-beta.4"
3847
+
3823
3848
"@oraichain/oraidex-common@^1.1.34":
3824
3849
version "1.1.34"
3825
3850
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.1.34.tgz#257d25408450c438dc2bf0870fa8de9125af92ed"
You can’t perform that action at this time.
0 commit comments