@sodax/sdk 2.0.0-rc.6 → 2.0.0-rc.7
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
|
@@ -3899,7 +3899,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
|
|
|
3899
3899
|
}
|
|
3900
3900
|
|
|
3901
3901
|
// ../types/dist/index.js
|
|
3902
|
-
var CONFIG_VERSION =
|
|
3902
|
+
var CONFIG_VERSION = 205;
|
|
3903
3903
|
function isEvmSpokeChainConfig(value) {
|
|
3904
3904
|
return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
|
|
3905
3905
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -3871,7 +3871,7 @@ function isValidWalletProviderForChainKey(chainKey, walletProvider) {
|
|
|
3871
3871
|
}
|
|
3872
3872
|
|
|
3873
3873
|
// ../types/dist/index.js
|
|
3874
|
-
var CONFIG_VERSION =
|
|
3874
|
+
var CONFIG_VERSION = 205;
|
|
3875
3875
|
function isEvmSpokeChainConfig(value) {
|
|
3876
3876
|
return typeof value === "object" && value !== null && value.chain.type === "EVM" && value.chain.key !== HUB_CHAIN_KEY;
|
|
3877
3877
|
}
|
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.7",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"description": "Sodax SDK",
|
|
10
10
|
"keywords": [
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"near-api-js": "7.2.0",
|
|
66
66
|
"rlp": "3.0.0",
|
|
67
67
|
"viem": "2.29.2",
|
|
68
|
-
"@sodax/libs": "0.0
|
|
69
|
-
"@sodax/types": "2.0.0-rc.
|
|
68
|
+
"@sodax/libs": "2.0.0-rc.7",
|
|
69
|
+
"@sodax/types": "2.0.0-rc.7"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@arethetypeswrong/cli": "0.17.4",
|