@paraspell/assets 11.14.4 → 11.14.6

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
@@ -2898,6 +2898,12 @@ var Xode = {
2898
2898
  }
2899
2899
  ],
2900
2900
  otherAssets: [
2901
+ {
2902
+ assetId: "1000000002",
2903
+ symbol: "GXON",
2904
+ decimals: 12,
2905
+ existentialDeposit: "1000000000"
2906
+ },
2901
2907
  {
2902
2908
  assetId: "1984",
2903
2909
  symbol: "USDT",
@@ -8227,7 +8233,8 @@ var AssetHubPolkadot = {
8227
8233
  ]
8228
8234
  }
8229
8235
  },
8230
- existentialDeposit: "1"
8236
+ existentialDeposit: "1",
8237
+ isFeeAsset: true
8231
8238
  },
8232
8239
  {
8233
8240
  symbol: "SKY",
@@ -11865,6 +11872,10 @@ var RobonomicsPolkadot = {
11865
11872
  assetId: "4294967295",
11866
11873
  symbol: "DOT",
11867
11874
  decimals: 10,
11875
+ location: {
11876
+ parents: 1,
11877
+ interior: "Here"
11878
+ },
11868
11879
  existentialDeposit: "100"
11869
11880
  }
11870
11881
  ]
@@ -16456,6 +16467,10 @@ var Peaq = {
16456
16467
  assetId: "1",
16457
16468
  symbol: "DOT",
16458
16469
  decimals: 10,
16470
+ location: {
16471
+ parents: 1,
16472
+ interior: "Here"
16473
+ },
16459
16474
  existentialDeposit: "1000000"
16460
16475
  },
16461
16476
  {
package/dist/index.mjs CHANGED
@@ -2896,6 +2896,12 @@ var Xode = {
2896
2896
  }
2897
2897
  ],
2898
2898
  otherAssets: [
2899
+ {
2900
+ assetId: "1000000002",
2901
+ symbol: "GXON",
2902
+ decimals: 12,
2903
+ existentialDeposit: "1000000000"
2904
+ },
2899
2905
  {
2900
2906
  assetId: "1984",
2901
2907
  symbol: "USDT",
@@ -8225,7 +8231,8 @@ var AssetHubPolkadot = {
8225
8231
  ]
8226
8232
  }
8227
8233
  },
8228
- existentialDeposit: "1"
8234
+ existentialDeposit: "1",
8235
+ isFeeAsset: true
8229
8236
  },
8230
8237
  {
8231
8238
  symbol: "SKY",
@@ -11863,6 +11870,10 @@ var RobonomicsPolkadot = {
11863
11870
  assetId: "4294967295",
11864
11871
  symbol: "DOT",
11865
11872
  decimals: 10,
11873
+ location: {
11874
+ parents: 1,
11875
+ interior: "Here"
11876
+ },
11866
11877
  existentialDeposit: "100"
11867
11878
  }
11868
11879
  ]
@@ -16454,6 +16465,10 @@ var Peaq = {
16454
16465
  assetId: "1",
16455
16466
  symbol: "DOT",
16456
16467
  decimals: 10,
16468
+ location: {
16469
+ parents: 1,
16470
+ interior: "Here"
16471
+ },
16457
16472
  existentialDeposit: "1000000"
16458
16473
  },
16459
16474
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.4",
3
+ "version": "11.14.6",
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": "11.14.4"
26
+ "@paraspell/sdk-common": "11.14.6"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",