@paraspell/sdk 10.1.0 → 10.1.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1461,7 +1461,7 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
throw new sdkCore.NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1463
1463
|
case 4:
|
|
1464
|
-
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec'];
|
|
1464
|
+
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec', 'Astar'];
|
|
1465
1465
|
needsVersionParam = nodesRequiringVersionParam.includes(node);
|
|
1466
1466
|
DEFAULT_XCM_VERSION = 3;
|
|
1467
1467
|
_context17.next = 9;
|
package/dist/index.mjs
CHANGED
|
@@ -1460,7 +1460,7 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
throw new NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1462
1462
|
case 4:
|
|
1463
|
-
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec'];
|
|
1463
|
+
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec', 'Astar'];
|
|
1464
1464
|
needsVersionParam = nodesRequiringVersionParam.includes(node);
|
|
1465
1465
|
DEFAULT_XCM_VERSION = 3;
|
|
1466
1466
|
_context17.next = 9;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.2",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"ethers": "^6.13.7",
|
|
28
28
|
"quick-lru": "^7.0.1",
|
|
29
29
|
"viem": "^2.28.1",
|
|
30
|
-
"@paraspell/sdk-core": "10.1.
|
|
30
|
+
"@paraspell/sdk-core": "10.1.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"polkadot-api": ">= 1.10.2 < 2"
|