@paraspell/swap 13.0.0 → 13.1.0

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 +19 -0
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -1724,6 +1724,25 @@ var Hydration = {
1724
1724
  ]
1725
1725
  }
1726
1726
  },
1727
+ {
1728
+ parents: 1,
1729
+ interior: {
1730
+ X3: [
1731
+ {
1732
+ Parachain: 2004
1733
+ },
1734
+ {
1735
+ PalletInstance: 110
1736
+ },
1737
+ {
1738
+ AccountKey20: {
1739
+ network: null,
1740
+ key: "0x3f9610a50630bc7d4530736942ee2bc9e00e8de8"
1741
+ }
1742
+ }
1743
+ ]
1744
+ }
1745
+ },
1727
1746
  {
1728
1747
  parents: 1,
1729
1748
  interior: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "type": "module",
6
6
  "exports": {
@@ -50,9 +50,9 @@
50
50
  "postcss": "^8.5.8",
51
51
  "react": "^19.2.4",
52
52
  "rxjs": "^7.8.2",
53
- "@paraspell/sdk": "13.0.0",
54
- "@paraspell/sdk-pjs": "13.0.0",
55
- "@paraspell/sdk-core": "13.0.0"
53
+ "@paraspell/sdk": "13.1.0",
54
+ "@paraspell/sdk-core": "13.1.0",
55
+ "@paraspell/sdk-pjs": "13.1.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/core": "^7.29.0",