Skip to content

Commit 6f16f65

Browse files
committed
update contract racks
1 parent 3ec3dfa commit 6f16f65

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

packages/oraidex-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oraichain/oraidex-common",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"main": "./build/index.js",
55
"module": "./build/index.js",
66
"types": "./build/index.d.ts",

packages/oraidex-common/src/constant.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ export const WSOL_WORMHOLE_BNB_ORAICHAIN_DENOM =
118118
export const MAX_ORAICHAIN_DENOM =
119119
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h";
120120
export const RACKS_ORAICHAIN_DENOM =
121-
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraigyiRnYoCgFiaLnpiaPvJjZbs5zzmWHp4sxBgZq3";
121+
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck";
122122

123123
// config solana
124124
export const MAX_SOL_CONTRACT_ADDRESS = "oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h";
125-
export const RACKS_SOL_CONTRACT_ADDRESS = "oraigyiRnYoCgFiaLnpiaPvJjZbs5zzmWHp4sxBgZq3";
125+
export const RACKS_SOL_CONTRACT_ADDRESS = "D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck";
126126
export const ORAI_SOL_CONTRACT_ADDRESS = "oraiyuR7hz6h7ApC56mb52CJjPZBB34USTjzaELoaPk";
127127
export const SOLANA_RPC = "https://swr.xnftdata.com/rpc-proxy/";
128128
export const SOLANA_WEBSOCKET = "wss://go.getblock.io/52d75331a9b74f9fa4a0056f15a1c022";

packages/oraidex-common/src/supported/supported-reader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import oraidexJson from "./config/oraidex.json";
44
// BASE_URL: "https://raw.githubusercontent.com/oraidex/oraidex-sdk",
55
// SUPPORTED_INFO: "/packages/oraidex-common/src/supported/config/"
66
const ORAIDEX_API_ENDPOINTS = {
7-
BASE_URL: "https://oraicommon-staging.oraidex.io",
7+
BASE_URL: "https://oraicommon.oraidex.io",
88
SUPPORTED_INFO: "/api/v1/supported-tokens/oraidex"
99
};
1010

yarn.lock

+25
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,31 @@
38203820
resolved "https://registry.yarnpkg.com/@oraichain/immutable/-/immutable-4.3.9.tgz#ff8d5a7b39b5b01f3f72a902cffbfea32ccb20c3"
38213821
integrity sha512-INpHnhL970OCkR7I71Kssb2aLl2l4Y/x8W6FlyRO0KmC8GHjxc/hlNB1t44BiI7lkOYmcWMRQoC8dwParsp1RQ==
38223822

3823+
"@oraichain/[email protected]":
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+
38233848
"@oraichain/oraidex-common@^1.1.34":
38243849
version "1.1.34"
38253850
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.1.34.tgz#257d25408450c438dc2bf0870fa8de9125af92ed"

0 commit comments

Comments
 (0)