@paraspell/sdk 8.13.1 → 8.13.2
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1190,8 +1190,8 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
throw new sdkCore.NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1192
1192
|
case 4:
|
|
1193
|
-
//
|
|
1194
|
-
isBifrost = node === 'BifrostPolkadot' || node === 'BifrostKusama';
|
|
1193
|
+
// These nodes require a third parameter XCM version
|
|
1194
|
+
isBifrost = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama';
|
|
1195
1195
|
DEFAULT_XCM_VERSION = 3;
|
|
1196
1196
|
_context15.next = 8;
|
|
1197
1197
|
return (_this$api$getUnsafeAp = this.api.getUnsafeApi().apis.DryRunApi).dry_run_call.apply(_this$api$getUnsafeAp, [{
|
package/dist/index.mjs
CHANGED
|
@@ -1189,8 +1189,8 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
throw new NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1191
1191
|
case 4:
|
|
1192
|
-
//
|
|
1193
|
-
isBifrost = node === 'BifrostPolkadot' || node === 'BifrostKusama';
|
|
1192
|
+
// These nodes require a third parameter XCM version
|
|
1193
|
+
isBifrost = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama';
|
|
1194
1194
|
DEFAULT_XCM_VERSION = 3;
|
|
1195
1195
|
_context15.next = 8;
|
|
1196
1196
|
return (_this$api$getUnsafeAp = this.api.getUnsafeApi().apis.DryRunApi).dry_run_call.apply(_this$api$getUnsafeAp, [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "8.13.
|
|
3
|
+
"version": "8.13.2",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"ethers": "^6.13.7",
|
|
27
27
|
"viem": "^2.28.1",
|
|
28
28
|
"@noble/hashes": "^1.8.0",
|
|
29
|
-
"@paraspell/sdk-core": "8.13.
|
|
29
|
+
"@paraspell/sdk-core": "8.13.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"polkadot-api": ">= 1.10.2 < 2"
|