@paraspell/assets 14.2.1 → 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 +18 -4
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1739,14 +1739,21 @@ var BifrostPolkadot = {
1739
1739
  location: {
1740
1740
  parents: 1,
1741
1741
  interior: {
1742
- X1: [
1742
+ X2: [
1743
1743
  {
1744
1744
  Parachain: 2030
1745
+ },
1746
+ {
1747
+ GeneralKey: {
1748
+ length: 2,
1749
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
1750
+ }
1745
1751
  }
1746
1752
  ]
1747
1753
  }
1748
1754
  },
1749
- isNative: true
1755
+ isNative: true,
1756
+ isFeeAsset: true
1750
1757
  },
1751
1758
  {
1752
1759
  assetId: "6",
@@ -7619,14 +7626,21 @@ var BifrostKusama = {
7619
7626
  location: {
7620
7627
  parents: 1,
7621
7628
  interior: {
7622
- X1: [
7629
+ X2: [
7623
7630
  {
7624
7631
  Parachain: 2001
7632
+ },
7633
+ {
7634
+ GeneralKey: {
7635
+ length: 2,
7636
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
7637
+ }
7625
7638
  }
7626
7639
  ]
7627
7640
  }
7628
7641
  },
7629
- isNative: true
7642
+ isNative: true,
7643
+ isFeeAsset: true
7630
7644
  },
7631
7645
  {
7632
7646
  symbol: "KSM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "14.2.1",
3
+ "version": "14.2.2",
4
4
  "description": "Assets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "14.2.1"
25
+ "@paraspell/sdk-common": "14.2.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",