@paraspell/swap 14.2.0 → 14.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.
Files changed (2) hide show
  1. package/dist/index.mjs +34 -0
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -6731,6 +6731,40 @@ var Acala = {
6731
6731
  }
6732
6732
  }
6733
6733
  ],
6734
+ [
6735
+ {
6736
+ parents: 1,
6737
+ interior: {
6738
+ X3: [
6739
+ {
6740
+ Parachain: 1000
6741
+ },
6742
+ {
6743
+ PalletInstance: 50
6744
+ },
6745
+ {
6746
+ GeneralIndex: 22222012
6747
+ }
6748
+ ]
6749
+ }
6750
+ },
6751
+ {
6752
+ parents: 1,
6753
+ interior: {
6754
+ X2: [
6755
+ {
6756
+ Parachain: 2032
6757
+ },
6758
+ {
6759
+ GeneralKey: {
6760
+ length: 2,
6761
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
6762
+ }
6763
+ }
6764
+ ]
6765
+ }
6766
+ }
6767
+ ],
6734
6768
  [
6735
6769
  {
6736
6770
  parents: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "14.2.0",
3
+ "version": "14.2.2",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,10 +47,10 @@
47
47
  "polkadot-api": "^2.2.1",
48
48
  "react": "^19.2.8",
49
49
  "rxjs": "^7.8.2",
50
- "@paraspell/sdk-common": "14.2.0",
51
- "@paraspell/sdk": "14.2.0",
52
- "@paraspell/sdk-core": "14.2.0",
53
- "@paraspell/sdk-pjs": "14.2.0"
50
+ "@paraspell/sdk": "14.2.2",
51
+ "@paraspell/sdk-common": "14.2.2",
52
+ "@paraspell/sdk-pjs": "14.2.2",
53
+ "@paraspell/sdk-core": "14.2.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/plugin-syntax-import-attributes": "^7.29.7",