@paraspell/assets 10.10.3 → 10.10.4

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
@@ -892,7 +892,17 @@ var Ajuna = {
892
892
  symbol: "AJUN",
893
893
  isNative: true,
894
894
  decimals: 12,
895
- existentialDeposit: "1000000000"
895
+ existentialDeposit: "1000000000",
896
+ multiLocation: {
897
+ parents: 1,
898
+ interior: {
899
+ X1: [
900
+ {
901
+ Parachain: 2051
902
+ }
903
+ ]
904
+ }
905
+ }
896
906
  }
897
907
  ],
898
908
  otherAssets: [
@@ -14519,6 +14529,26 @@ var HydrationPaseo = {
14519
14529
  },
14520
14530
  isFeeAsset: true
14521
14531
  },
14532
+ {
14533
+ assetId: "12345",
14534
+ symbol: "KPGT",
14535
+ decimals: 18,
14536
+ existentialDeposit: "10000000000000000",
14537
+ multiLocation: {
14538
+ parents: 1,
14539
+ interior: {
14540
+ X2: [
14541
+ {
14542
+ Parachain: 4818
14543
+ },
14544
+ {
14545
+ GeneralIndex: 0
14546
+ }
14547
+ ]
14548
+ }
14549
+ },
14550
+ isFeeAsset: true
14551
+ },
14522
14552
  {
14523
14553
  assetId: "3",
14524
14554
  symbol: "WBTC",
package/dist/index.mjs CHANGED
@@ -890,7 +890,17 @@ var Ajuna = {
890
890
  symbol: "AJUN",
891
891
  isNative: true,
892
892
  decimals: 12,
893
- existentialDeposit: "1000000000"
893
+ existentialDeposit: "1000000000",
894
+ multiLocation: {
895
+ parents: 1,
896
+ interior: {
897
+ X1: [
898
+ {
899
+ Parachain: 2051
900
+ }
901
+ ]
902
+ }
903
+ }
894
904
  }
895
905
  ],
896
906
  otherAssets: [
@@ -14517,6 +14527,26 @@ var HydrationPaseo = {
14517
14527
  },
14518
14528
  isFeeAsset: true
14519
14529
  },
14530
+ {
14531
+ assetId: "12345",
14532
+ symbol: "KPGT",
14533
+ decimals: 18,
14534
+ existentialDeposit: "10000000000000000",
14535
+ multiLocation: {
14536
+ parents: 1,
14537
+ interior: {
14538
+ X2: [
14539
+ {
14540
+ Parachain: 4818
14541
+ },
14542
+ {
14543
+ GeneralIndex: 0
14544
+ }
14545
+ ]
14546
+ }
14547
+ },
14548
+ isFeeAsset: true
14549
+ },
14520
14550
  {
14521
14551
  assetId: "3",
14522
14552
  symbol: "WBTC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "10.10.3",
3
+ "version": "10.10.4",
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.10.3"
26
+ "@paraspell/sdk-common": "10.10.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",