@paraspell/swap 14.3.0 → 14.3.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -51
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -2128,22 +2128,6 @@ var Hydration = {
2128
2128
  ]
2129
2129
  }
2130
2130
  },
2131
- {
2132
- parents: 1,
2133
- interior: {
2134
- X2: [
2135
- {
2136
- Parachain: 2030
2137
- },
2138
- {
2139
- GeneralKey: {
2140
- length: 2,
2141
- data: "0x0903000000000000000000000000000000000000000000000000000000000000"
2142
- }
2143
- }
2144
- ]
2145
- }
2146
- },
2147
2131
  {
2148
2132
  parents: 1,
2149
2133
  interior: {
@@ -2349,31 +2333,6 @@ var Hydration = {
2349
2333
  ]
2350
2334
  }
2351
2335
  },
2352
- {
2353
- parents: 1,
2354
- interior: {
2355
- X4: [
2356
- {
2357
- Parachain: 2034
2358
- },
2359
- {
2360
- GeneralKey: {
2361
- length: 2,
2362
- data: "0x7768000000000000000000000000000000000000000000000000000000000000"
2363
- }
2364
- },
2365
- {
2366
- GeneralIndex: 21
2367
- },
2368
- {
2369
- GeneralKey: {
2370
- length: 32,
2371
- data: "0x9258181f5ceac8dbffb7030890243caed69a9599d2886d957a9cb7656af3bdb3"
2372
- }
2373
- }
2374
- ]
2375
- }
2376
- },
2377
2336
  {
2378
2337
  parents: 1,
2379
2338
  interior: {
@@ -2793,16 +2752,6 @@ var Hydration = {
2793
2752
  ]
2794
2753
  }
2795
2754
  },
2796
- {
2797
- parents: 1,
2798
- interior: {
2799
- X1: [
2800
- {
2801
- Parachain: 2006
2802
- }
2803
- ]
2804
- }
2805
- },
2806
2755
  {
2807
2756
  parents: 1,
2808
2757
  interior: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "14.3.0",
3
+ "version": "14.3.3",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,10 +38,10 @@
38
38
  "@crypto-dex-sdk/token-lists": "^0.1.4",
39
39
  "@galacticcouncil/descriptors": "^2.7.0",
40
40
  "@galacticcouncil/sdk-next": "^2.1.0",
41
- "@paraspell/sdk": "14.3.0",
42
- "@paraspell/sdk-common": "14.3.0",
43
- "@paraspell/sdk-core": "14.3.0",
44
- "@paraspell/sdk-pjs": "14.3.0",
41
+ "@paraspell/sdk": "14.3.3",
42
+ "@paraspell/sdk-common": "14.3.3",
43
+ "@paraspell/sdk-core": "14.3.3",
44
+ "@paraspell/sdk-pjs": "14.3.3",
45
45
  "@polkadot/api": "^16.5.6",
46
46
  "@polkadot/types": "^16.5.6",
47
47
  "@polkadot/util": "^14.0.3",