@sodax/sdk 2.0.0-rc.15 → 2.0.0-rc.16
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -4201,7 +4201,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
|
|
|
4201
4201
|
}
|
|
4202
4202
|
|
|
4203
4203
|
// ../types/dist/index.js
|
|
4204
|
-
var CONFIG_VERSION =
|
|
4204
|
+
var CONFIG_VERSION = 214;
|
|
4205
4205
|
function isEvmSpokeChainConfig(value) {
|
|
4206
4206
|
return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
|
|
4207
4207
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -4173,7 +4173,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
|
|
|
4173
4173
|
}
|
|
4174
4174
|
|
|
4175
4175
|
// ../types/dist/index.js
|
|
4176
|
-
var CONFIG_VERSION =
|
|
4176
|
+
var CONFIG_VERSION = 214;
|
|
4177
4177
|
function isEvmSpokeChainConfig(value) {
|
|
4178
4178
|
return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
|
|
4179
4179
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.0-rc.
|
|
7
|
+
"version": "2.0.0-rc.16",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"description": "Sodax SDK",
|
|
10
10
|
"keywords": [
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"near-api-js": "7.2.0",
|
|
67
67
|
"rlp": "3.0.0",
|
|
68
68
|
"viem": "2.29.2",
|
|
69
|
-
"@sodax/libs": "2.0.0-rc.
|
|
70
|
-
"@sodax/types": "2.0.0-rc.
|
|
69
|
+
"@sodax/libs": "2.0.0-rc.16",
|
|
70
|
+
"@sodax/types": "2.0.0-rc.16"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "0.17.4",
|