@paraspell/assets 11.14.1 → 11.14.3

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
@@ -4053,6 +4053,29 @@ var Hydration = {
4053
4053
  isFeeAsset: true,
4054
4054
  alias: "DAI2"
4055
4055
  },
4056
+ {
4057
+ assetId: "1000762",
4058
+ symbol: "BILL",
4059
+ decimals: 12,
4060
+ existentialDeposit: "1",
4061
+ location: {
4062
+ parents: 1,
4063
+ interior: {
4064
+ X3: [
4065
+ {
4066
+ Parachain: 1000
4067
+ },
4068
+ {
4069
+ PalletInstance: 50
4070
+ },
4071
+ {
4072
+ GeneralIndex: 50000075
4073
+ }
4074
+ ]
4075
+ }
4076
+ },
4077
+ isFeeAsset: true
4078
+ },
4056
4079
  {
4057
4080
  assetId: "1001168",
4058
4081
  symbol: "XON",
@@ -13317,6 +13340,28 @@ var AssetHubKusama = {
13317
13340
  },
13318
13341
  existentialDeposit: "1"
13319
13342
  },
13343
+ {
13344
+ symbol: "BNC",
13345
+ decimals: 12,
13346
+ location: {
13347
+ parents: 1,
13348
+ interior: {
13349
+ X2: [
13350
+ {
13351
+ Parachain: 2001
13352
+ },
13353
+ {
13354
+ GeneralKey: {
13355
+ length: 2,
13356
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
13357
+ }
13358
+ }
13359
+ ]
13360
+ }
13361
+ },
13362
+ existentialDeposit: "1",
13363
+ isFeeAsset: true
13364
+ },
13320
13365
  {
13321
13366
  symbol: "USDt",
13322
13367
  decimals: 6,
@@ -18448,6 +18493,12 @@ var HydrationPaseo = {
18448
18493
  },
18449
18494
  isFeeAsset: true
18450
18495
  },
18496
+ {
18497
+ assetId: "1001165",
18498
+ symbol: "EURC",
18499
+ decimals: 6,
18500
+ existentialDeposit: "10000"
18501
+ },
18451
18502
  {
18452
18503
  assetId: "1111",
18453
18504
  symbol: "HUSDT",
package/dist/index.mjs CHANGED
@@ -4051,6 +4051,29 @@ var Hydration = {
4051
4051
  isFeeAsset: true,
4052
4052
  alias: "DAI2"
4053
4053
  },
4054
+ {
4055
+ assetId: "1000762",
4056
+ symbol: "BILL",
4057
+ decimals: 12,
4058
+ existentialDeposit: "1",
4059
+ location: {
4060
+ parents: 1,
4061
+ interior: {
4062
+ X3: [
4063
+ {
4064
+ Parachain: 1000
4065
+ },
4066
+ {
4067
+ PalletInstance: 50
4068
+ },
4069
+ {
4070
+ GeneralIndex: 50000075
4071
+ }
4072
+ ]
4073
+ }
4074
+ },
4075
+ isFeeAsset: true
4076
+ },
4054
4077
  {
4055
4078
  assetId: "1001168",
4056
4079
  symbol: "XON",
@@ -13315,6 +13338,28 @@ var AssetHubKusama = {
13315
13338
  },
13316
13339
  existentialDeposit: "1"
13317
13340
  },
13341
+ {
13342
+ symbol: "BNC",
13343
+ decimals: 12,
13344
+ location: {
13345
+ parents: 1,
13346
+ interior: {
13347
+ X2: [
13348
+ {
13349
+ Parachain: 2001
13350
+ },
13351
+ {
13352
+ GeneralKey: {
13353
+ length: 2,
13354
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
13355
+ }
13356
+ }
13357
+ ]
13358
+ }
13359
+ },
13360
+ existentialDeposit: "1",
13361
+ isFeeAsset: true
13362
+ },
13318
13363
  {
13319
13364
  symbol: "USDt",
13320
13365
  decimals: 6,
@@ -18446,6 +18491,12 @@ var HydrationPaseo = {
18446
18491
  },
18447
18492
  isFeeAsset: true
18448
18493
  },
18494
+ {
18495
+ assetId: "1001165",
18496
+ symbol: "EURC",
18497
+ decimals: 6,
18498
+ existentialDeposit: "10000"
18499
+ },
18449
18500
  {
18450
18501
  assetId: "1111",
18451
18502
  symbol: "HUSDT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.14.1",
3
+ "version": "11.14.3",
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.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",