@paraspell/sdk 10.11.5 → 10.11.6

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
@@ -1208,7 +1208,7 @@ var PapiApi = /*#__PURE__*/function () {
1208
1208
  if (node === 'Centrifuge' || node === 'Altair') {
1209
1209
  pallet = 'OrmlTokens';
1210
1210
  }
1211
- if (!(node === 'Hydration' && asset.symbol.startsWith('a'))) {
1211
+ if (!(node === 'Hydration')) {
1212
1212
  _context14.n = 2;
1213
1213
  break;
1214
1214
  }
package/dist/index.mjs CHANGED
@@ -1207,7 +1207,7 @@ var PapiApi = /*#__PURE__*/function () {
1207
1207
  if (node === 'Centrifuge' || node === 'Altair') {
1208
1208
  pallet = 'OrmlTokens';
1209
1209
  }
1210
- if (!(node === 'Hydration' && asset.symbol.startsWith('a'))) {
1210
+ if (!(node === 'Hydration')) {
1211
1211
  _context14.n = 2;
1212
1212
  break;
1213
1213
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "10.11.5",
3
+ "version": "10.11.6",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@noble/hashes": "^1.8.0",
27
27
  "viem": "^2.33.2",
28
- "@paraspell/sdk-core": "10.11.5"
28
+ "@paraspell/sdk-core": "10.11.6"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "polkadot-api": ">= 1.15.2 < 2"