@sodax/sdk 2.0.0-rc.20 → 2.0.0-rc.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4350,7 +4350,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
4350
4350
  }
4351
4351
 
4352
4352
  // ../types/dist/index.js
4353
- var CONFIG_VERSION = 218;
4353
+ var CONFIG_VERSION = 219;
4354
4354
  function isEvmSpokeChainConfig(value) {
4355
4355
  return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
4356
4356
  }
package/dist/index.mjs CHANGED
@@ -4322,7 +4322,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
4322
4322
  }
4323
4323
 
4324
4324
  // ../types/dist/index.js
4325
- var CONFIG_VERSION = 218;
4325
+ var CONFIG_VERSION = 219;
4326
4326
  function isEvmSpokeChainConfig(value) {
4327
4327
  return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
4328
4328
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "2.0.0-rc.20",
7
+ "version": "2.0.0-rc.21",
8
8
  "license": "MIT",
9
9
  "description": "Sodax SDK",
10
10
  "keywords": [
@@ -52,9 +52,9 @@
52
52
  "@injectivelabs/networks": "1.18.14",
53
53
  "@injectivelabs/sdk-ts": "1.18.14",
54
54
  "@mysten/sui": "1.21.2",
55
- "@pancakeswap/infinity-sdk": "^1.0.0",
56
- "@pancakeswap/swap-sdk-core": "^1.5.1",
57
- "@pancakeswap/v3-sdk": "^3.9.7",
55
+ "@pancakeswap/infinity-sdk": "1.0.8",
56
+ "@pancakeswap/swap-sdk-core": "1.6.0",
57
+ "@pancakeswap/v3-sdk": "3.10.0",
58
58
  "@solana/spl-token": "0.4.9",
59
59
  "@solana/web3.js": "1.98.0",
60
60
  "@stellar/stellar-sdk": "15.1.0",
@@ -67,9 +67,9 @@
67
67
  "rlp": "3.0.0",
68
68
  "viem": "2.29.2",
69
69
  "valibot": "1.4.1",
70
- "@sodax/libs": "2.0.0-rc.20",
71
- "@sodax/types": "2.0.0-rc.20",
72
- "@sodax/swaps-api": "2.0.0-rc.20"
70
+ "@sodax/libs": "2.0.0-rc.21",
71
+ "@sodax/swaps-api": "2.0.0-rc.21",
72
+ "@sodax/types": "2.0.0-rc.21"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@arethetypeswrong/cli": "0.17.4",