Skip to content

Commit

Permalink
Merge branch 'feat/intergrate_common' into feat/update-common-oraicha…
Browse files Browse the repository at this point in the history
…in-token
  • Loading branch information
quangdz1704 committed Nov 22, 2024
2 parents 418a44d + d98b053 commit d75d4af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.32-beta.2",
"version": "1.1.32-beta.3",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/oraidex-common/src/supported/supported-reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import oraidexJson from "./config/oraidex.json";
// BASE_URL: "https://raw.githubusercontent.com/oraidex/oraidex-sdk",
// SUPPORTED_INFO: "/packages/oraidex-common/src/supported/config/"
const ORAIDEX_API_ENDPOINTS = {
BASE_URL: "https://api-staging.oraidex.io",
SUPPORTED_INFO: "/v1/token-map/supported"
BASE_URL: "https://oraicommon-staging.oraidex.io",
SUPPORTED_INFO: "/api/v1/supported-tokens/oraidex"
};

export const readSupportedChainInfoStatic = async () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "1.1.1-beta.2",
"version": "1.1.1-beta.3",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@oraichain/oraidex-contracts-sdk": "^1.0.54",
"@oraichain/oraidex-common": "1.1.32-beta.2"
"@oraichain/oraidex-common": "1.1.32-beta.3"
}
}
4 changes: 2 additions & 2 deletions 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.1.22-beta.2",
"version": "1.1.22-beta.3",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "1.1.32-beta.2",
"@oraichain/oraidex-common": "1.1.32-beta.3",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
Expand Down

0 comments on commit d75d4af

Please sign in to comment.