@paraspell/sdk-pjs 9.2.0 → 9.2.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 CHANGED
@@ -943,7 +943,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
943
943
  }
944
944
  throw new sdkCore.NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
945
945
  case 4:
946
- needsVersionParam = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama' || node === 'Kusama';
946
+ needsVersionParam = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama' || node === 'Kusama' || node === 'Polimec';
947
947
  DEFAULT_XCM_VERSION = 3;
948
948
  _context14.next = 8;
949
949
  return (_this$api$call$dryRun = this.api.call.dryRunApi).dryRunCall.apply(_this$api$call$dryRun, [{
package/dist/index.mjs CHANGED
@@ -942,7 +942,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
942
942
  }
943
943
  throw new NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
944
944
  case 4:
945
- needsVersionParam = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama' || node === 'Kusama';
945
+ needsVersionParam = node === 'BifrostPolkadot' || node === 'BifrostKusama' || node === 'AssetHubKusama' || node === 'Kusama' || node === 'Polimec';
946
946
  DEFAULT_XCM_VERSION = 3;
947
947
  _context14.next = 8;
948
948
  return (_this$api$call$dryRun = this.api.call.dryRunApi).dryRunCall.apply(_this$api$call$dryRun, [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-pjs",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
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": "9.2.0"
30
+ "@paraspell/sdk-core": "9.2.2"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@polkadot/api": ">= 15.0 < 16",