@paraspell/assets 11.14.1 → 11.14.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.
package/dist/index.cjs CHANGED
@@ -13317,6 +13317,28 @@ var AssetHubKusama = {
13317
13317
  },
13318
13318
  existentialDeposit: "1"
13319
13319
  },
13320
+ {
13321
+ symbol: "BNC",
13322
+ decimals: 12,
13323
+ location: {
13324
+ parents: 1,
13325
+ interior: {
13326
+ X2: [
13327
+ {
13328
+ Parachain: 2001
13329
+ },
13330
+ {
13331
+ GeneralKey: {
13332
+ length: 2,
13333
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
13334
+ }
13335
+ }
13336
+ ]
13337
+ }
13338
+ },
13339
+ existentialDeposit: "1",
13340
+ isFeeAsset: true
13341
+ },
13320
13342
  {
13321
13343
  symbol: "USDt",
13322
13344
  decimals: 6,
package/dist/index.mjs CHANGED
@@ -13315,6 +13315,28 @@ var AssetHubKusama = {
13315
13315
  },
13316
13316
  existentialDeposit: "1"
13317
13317
  },
13318
+ {
13319
+ symbol: "BNC",
13320
+ decimals: 12,
13321
+ location: {
13322
+ parents: 1,
13323
+ interior: {
13324
+ X2: [
13325
+ {
13326
+ Parachain: 2001
13327
+ },
13328
+ {
13329
+ GeneralKey: {
13330
+ length: 2,
13331
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
13332
+ }
13333
+ }
13334
+ ]
13335
+ }
13336
+ },
13337
+ existentialDeposit: "1",
13338
+ isFeeAsset: true
13339
+ },
13318
13340
  {
13319
13341
  symbol: "USDt",
13320
13342
  decimals: 6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.1",
3
+ "version": "11.14.2",
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.1"
26
+ "@paraspell/sdk-common": "11.14.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",