@paraspell/assets 12.1.1 → 12.1.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 +0 -89
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6923,28 +6923,6 @@ var AssetHubPolkadot = {
6923
6923
  },
6924
6924
  isFeeAsset: true
6925
6925
  },
6926
- {
6927
- assetId: "22222005",
6928
- symbol: "love",
6929
- decimals: 12,
6930
- location: {
6931
- parents: 1,
6932
- interior: {
6933
- X3: [
6934
- {
6935
- Parachain: 1000
6936
- },
6937
- {
6938
- PalletInstance: 50
6939
- },
6940
- {
6941
- GeneralIndex: 22222005
6942
- }
6943
- ]
6944
- }
6945
- },
6946
- existentialDeposit: "1000000000000"
6947
- },
6948
6926
  {
6949
6927
  assetId: "50000074",
6950
6928
  symbol: "VDOT",
@@ -12513,28 +12491,6 @@ var AssetHubKusama = {
12513
12491
  },
12514
12492
  existentialDeposit: "1000000"
12515
12493
  },
12516
- {
12517
- assetId: "214",
12518
- symbol: "LOVE",
12519
- decimals: 20,
12520
- location: {
12521
- parents: 1,
12522
- interior: {
12523
- X3: [
12524
- {
12525
- Parachain: 1000
12526
- },
12527
- {
12528
- PalletInstance: 50
12529
- },
12530
- {
12531
- GeneralIndex: 214
12532
- }
12533
- ]
12534
- }
12535
- },
12536
- existentialDeposit: "10000000000000000"
12537
- },
12538
12494
  {
12539
12495
  symbol: "sUSDe",
12540
12496
  decimals: 18,
@@ -16365,29 +16321,6 @@ var AssetHubWestend = {
16365
16321
  existentialDeposit: "100000000",
16366
16322
  alias: "WETH1"
16367
16323
  },
16368
- {
16369
- assetId: "381",
16370
- symbol: "ALC",
16371
- decimals: 12,
16372
- location: {
16373
- parents: 1,
16374
- interior: {
16375
- X3: [
16376
- {
16377
- Parachain: 1000
16378
- },
16379
- {
16380
- PalletInstance: 50
16381
- },
16382
- {
16383
- GeneralIndex: 381
16384
- }
16385
- ]
16386
- }
16387
- },
16388
- existentialDeposit: "1000000000000000",
16389
- isFeeAsset: true
16390
- },
16391
16324
  {
16392
16325
  assetId: "66",
16393
16326
  symbol: "USDT",
@@ -17554,28 +17487,6 @@ var AssetHubPaseo = {
17554
17487
  isFeeAsset: true,
17555
17488
  alias: "USDC1"
17556
17489
  },
17557
- {
17558
- assetId: "50000064",
17559
- symbol: "LKK",
17560
- decimals: 10,
17561
- location: {
17562
- parents: 1,
17563
- interior: {
17564
- X3: [
17565
- {
17566
- Parachain: 1000
17567
- },
17568
- {
17569
- PalletInstance: 50
17570
- },
17571
- {
17572
- GeneralIndex: 50000064
17573
- }
17574
- ]
17575
- }
17576
- },
17577
- existentialDeposit: "1"
17578
- },
17579
17490
  {
17580
17491
  symbol: "ETH",
17581
17492
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "12.1.1",
3
+ "version": "12.1.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": "12.1.1"
26
+ "@paraspell/sdk-common": "12.1.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",