@paraspell/assets 10.8.0 → 10.8.1

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
@@ -11492,6 +11492,56 @@ var Ethereum = {
11492
11492
  }
11493
11493
  }
11494
11494
  },
11495
+ {
11496
+ assetId: "0x56072c95faa701256059aa122697b133aded9279",
11497
+ symbol: "SKY",
11498
+ multiLocation: {
11499
+ parents: 2,
11500
+ interior: {
11501
+ X2: [
11502
+ {
11503
+ GlobalConsensus: {
11504
+ Ethereum: {
11505
+ chainId: 1
11506
+ }
11507
+ }
11508
+ },
11509
+ {
11510
+ AccountKey20: {
11511
+ network: null,
11512
+ key: "0x56072c95faa701256059aa122697b133aded9279"
11513
+ }
11514
+ }
11515
+ ]
11516
+ }
11517
+ },
11518
+ existentialDeposit: "1"
11519
+ },
11520
+ {
11521
+ assetId: "0x514910771af9ca656af840dff83e8264ecf986ca",
11522
+ symbol: "LINK",
11523
+ multiLocation: {
11524
+ parents: 2,
11525
+ interior: {
11526
+ X2: [
11527
+ {
11528
+ GlobalConsensus: {
11529
+ Ethereum: {
11530
+ chainId: 1
11531
+ }
11532
+ }
11533
+ },
11534
+ {
11535
+ AccountKey20: {
11536
+ network: null,
11537
+ key: "0x514910771af9ca656af840dff83e8264ecf986ca"
11538
+ }
11539
+ }
11540
+ ]
11541
+ }
11542
+ },
11543
+ existentialDeposit: "1"
11544
+ },
11495
11545
  {
11496
11546
  symbol: "DOT",
11497
11547
  existentialDeposit: "1",
package/dist/index.mjs CHANGED
@@ -11490,6 +11490,56 @@ var Ethereum = {
11490
11490
  }
11491
11491
  }
11492
11492
  },
11493
+ {
11494
+ assetId: "0x56072c95faa701256059aa122697b133aded9279",
11495
+ symbol: "SKY",
11496
+ multiLocation: {
11497
+ parents: 2,
11498
+ interior: {
11499
+ X2: [
11500
+ {
11501
+ GlobalConsensus: {
11502
+ Ethereum: {
11503
+ chainId: 1
11504
+ }
11505
+ }
11506
+ },
11507
+ {
11508
+ AccountKey20: {
11509
+ network: null,
11510
+ key: "0x56072c95faa701256059aa122697b133aded9279"
11511
+ }
11512
+ }
11513
+ ]
11514
+ }
11515
+ },
11516
+ existentialDeposit: "1"
11517
+ },
11518
+ {
11519
+ assetId: "0x514910771af9ca656af840dff83e8264ecf986ca",
11520
+ symbol: "LINK",
11521
+ multiLocation: {
11522
+ parents: 2,
11523
+ interior: {
11524
+ X2: [
11525
+ {
11526
+ GlobalConsensus: {
11527
+ Ethereum: {
11528
+ chainId: 1
11529
+ }
11530
+ }
11531
+ },
11532
+ {
11533
+ AccountKey20: {
11534
+ network: null,
11535
+ key: "0x514910771af9ca656af840dff83e8264ecf986ca"
11536
+ }
11537
+ }
11538
+ ]
11539
+ }
11540
+ },
11541
+ existentialDeposit: "1"
11542
+ },
11493
11543
  {
11494
11544
  symbol: "DOT",
11495
11545
  existentialDeposit: "1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "10.8.0",
3
+ "version": "10.8.1",
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": "10.8.0"
26
+ "@paraspell/sdk-common": "10.8.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",