@paraspell/assets 10.4.0 → 10.4.1

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
@@ -2827,13 +2827,15 @@ var Hydration = {
2827
2827
  symbol: "KSM",
2828
2828
  decimals: 12,
2829
2829
  multiLocation: {
2830
- parents: 1,
2830
+ parents: 2,
2831
2831
  interior: {
2832
- X1: {
2833
- GlobalConsensus: {
2834
- kusama: null
2832
+ X1: [
2833
+ {
2834
+ GlobalConsensus: {
2835
+ kusama: null
2836
+ }
2835
2837
  }
2836
- }
2838
+ ]
2837
2839
  }
2838
2840
  },
2839
2841
  existentialDeposit: "313283208"
@@ -10739,7 +10741,7 @@ var Ethereum = {
10739
10741
  X1: [
10740
10742
  {
10741
10743
  GlobalConsensus: {
10742
- Kusama: null
10744
+ kusama: null
10743
10745
  }
10744
10746
  }
10745
10747
  ]
package/dist/index.mjs CHANGED
@@ -2825,13 +2825,15 @@ var Hydration = {
2825
2825
  symbol: "KSM",
2826
2826
  decimals: 12,
2827
2827
  multiLocation: {
2828
- parents: 1,
2828
+ parents: 2,
2829
2829
  interior: {
2830
- X1: {
2831
- GlobalConsensus: {
2832
- kusama: null
2830
+ X1: [
2831
+ {
2832
+ GlobalConsensus: {
2833
+ kusama: null
2834
+ }
2833
2835
  }
2834
- }
2836
+ ]
2835
2837
  }
2836
2838
  },
2837
2839
  existentialDeposit: "313283208"
@@ -10737,7 +10739,7 @@ var Ethereum = {
10737
10739
  X1: [
10738
10740
  {
10739
10741
  GlobalConsensus: {
10740
- Kusama: null
10742
+ kusama: null
10741
10743
  }
10742
10744
  }
10743
10745
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "10.4.0",
3
+ "version": "10.4.1",
4
4
  "description": "Assets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@paraspell/sdk-common": "10.4.0"
26
+ "@paraspell/sdk-common": "10.4.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",