@paraspell/sdk-pjs 10.1.0 → 10.1.1
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
|
@@ -948,7 +948,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
|
|
|
948
948
|
}
|
|
949
949
|
throw new sdkCore.NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
950
950
|
case 4:
|
|
951
|
-
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec'];
|
|
951
|
+
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec', 'Astar'];
|
|
952
952
|
needsVersionParam = nodesRequiringVersionParam.includes(node);
|
|
953
953
|
DEFAULT_XCM_VERSION = 3;
|
|
954
954
|
_context14.next = 9;
|
package/dist/index.mjs
CHANGED
|
@@ -947,7 +947,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
|
|
|
947
947
|
}
|
|
948
948
|
throw new NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
949
949
|
case 4:
|
|
950
|
-
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec'];
|
|
950
|
+
nodesRequiringVersionParam = ['BifrostPolkadot', 'BifrostKusama', 'AssetHubKusama', 'AssetHubPolkadot', 'Kusama', 'Polkadot', 'Polimec', 'Astar'];
|
|
951
951
|
needsVersionParam = nodesRequiringVersionParam.includes(node);
|
|
952
952
|
DEFAULT_XCM_VERSION = 3;
|
|
953
953
|
_context14.next = 9;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-pjs",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1",
|
|
4
4
|
"description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@snowbridge/contract-types": "0.1.50",
|
|
28
28
|
"ethers": "^6.13.7",
|
|
29
29
|
"viem": "^2.28.1",
|
|
30
|
-
"@paraspell/sdk-core": "10.1.
|
|
30
|
+
"@paraspell/sdk-core": "10.1.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@polkadot/api": ">= 15.0 < 16",
|