@paraspell/assets 11.0.0 → 11.1.0

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 (3) hide show
  1. package/dist/index.cjs +117 -11
  2. package/dist/index.mjs +117 -11
  3. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -4978,7 +4978,23 @@ var Interlay = {
4978
4978
  symbol: "IBTC",
4979
4979
  isNative: true,
4980
4980
  decimals: 8,
4981
- existentialDeposit: "0"
4981
+ existentialDeposit: "0",
4982
+ location: {
4983
+ parents: 1,
4984
+ interior: {
4985
+ X2: [
4986
+ {
4987
+ Parachain: 2032
4988
+ },
4989
+ {
4990
+ GeneralKey: {
4991
+ length: 2,
4992
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
4993
+ }
4994
+ }
4995
+ ]
4996
+ }
4997
+ }
4982
4998
  },
4983
4999
  {
4984
5000
  symbol: "DOT",
@@ -4996,19 +5012,63 @@ var Interlay = {
4996
5012
  symbol: "KINT",
4997
5013
  isNative: true,
4998
5014
  decimals: 12,
4999
- existentialDeposit: "0"
5015
+ existentialDeposit: "0",
5016
+ location: {
5017
+ parents: 1,
5018
+ interior: {
5019
+ X2: [
5020
+ {
5021
+ Parachain: 2092
5022
+ },
5023
+ {
5024
+ GeneralKey: {
5025
+ length: 2,
5026
+ data: "0x000c000000000000000000000000000000000000000000000000000000000000"
5027
+ }
5028
+ }
5029
+ ]
5030
+ }
5031
+ }
5000
5032
  },
5001
5033
  {
5002
5034
  symbol: "KBTC",
5003
5035
  isNative: true,
5004
5036
  decimals: 8,
5005
- existentialDeposit: "0"
5037
+ existentialDeposit: "0",
5038
+ location: {
5039
+ parents: 1,
5040
+ interior: {
5041
+ X2: [
5042
+ {
5043
+ Parachain: 2092
5044
+ },
5045
+ {
5046
+ GeneralKey: {
5047
+ length: 2,
5048
+ data: "0x000b000000000000000000000000000000000000000000000000000000000000"
5049
+ }
5050
+ }
5051
+ ]
5052
+ }
5053
+ }
5006
5054
  },
5007
5055
  {
5008
5056
  symbol: "KSM",
5009
5057
  isNative: true,
5010
5058
  decimals: 12,
5011
- existentialDeposit: "0"
5059
+ existentialDeposit: "0",
5060
+ location: {
5061
+ parents: 2,
5062
+ interior: {
5063
+ X1: [
5064
+ {
5065
+ GlobalConsensus: {
5066
+ kusama: null
5067
+ }
5068
+ }
5069
+ ]
5070
+ }
5071
+ }
5012
5072
  }
5013
5073
  ],
5014
5074
  otherAssets: [
@@ -8036,6 +8096,33 @@ var AssetHubPolkadot = {
8036
8096
  },
8037
8097
  existentialDeposit: "1",
8038
8098
  isFeeAsset: true
8099
+ },
8100
+ {
8101
+ symbol: "PEPE",
8102
+ decimals: 18,
8103
+ location: {
8104
+ parents: 2,
8105
+ interior: {
8106
+ X2: [
8107
+ {
8108
+ GlobalConsensus: {
8109
+ Ethereum: {
8110
+ chainId: 1
8111
+ }
8112
+ }
8113
+ },
8114
+ {
8115
+ AccountKey20: {
8116
+ network: null,
8117
+ key: "0x6982508145454ce325ddbe47a25d4ec3d2311933"
8118
+ }
8119
+ }
8120
+ ]
8121
+ }
8122
+ },
8123
+ existentialDeposit: "1",
8124
+ isFeeAsset: true,
8125
+ alias: "PEPE4"
8039
8126
  }
8040
8127
  ]
8041
8128
  };
@@ -11873,6 +11960,31 @@ var AssetHubKusama = {
11873
11960
  }
11874
11961
  },
11875
11962
  existentialDeposit: "1"
11963
+ },
11964
+ {
11965
+ symbol: "PEPE",
11966
+ decimals: 18,
11967
+ location: {
11968
+ parents: 2,
11969
+ interior: {
11970
+ X2: [
11971
+ {
11972
+ GlobalConsensus: {
11973
+ Ethereum: {
11974
+ chainId: 1
11975
+ }
11976
+ }
11977
+ },
11978
+ {
11979
+ AccountKey20: {
11980
+ network: null,
11981
+ key: "0x6982508145454ce325ddbe47a25d4ec3d2311933"
11982
+ }
11983
+ }
11984
+ ]
11985
+ }
11986
+ },
11987
+ existentialDeposit: "1"
11876
11988
  }
11877
11989
  ]
11878
11990
  };
@@ -14294,19 +14406,13 @@ var Ethereum = {
14294
14406
  location: {
14295
14407
  parents: 2,
14296
14408
  interior: {
14297
- X2: [
14409
+ X1: [
14298
14410
  {
14299
14411
  GlobalConsensus: {
14300
14412
  Ethereum: {
14301
14413
  chainId: 1
14302
14414
  }
14303
14415
  }
14304
- },
14305
- {
14306
- AccountKey20: {
14307
- network: null,
14308
- key: "0x0000000000000000000000000000000000000000"
14309
- }
14310
14416
  }
14311
14417
  ]
14312
14418
  }
package/dist/index.mjs CHANGED
@@ -4976,7 +4976,23 @@ var Interlay = {
4976
4976
  symbol: "IBTC",
4977
4977
  isNative: true,
4978
4978
  decimals: 8,
4979
- existentialDeposit: "0"
4979
+ existentialDeposit: "0",
4980
+ location: {
4981
+ parents: 1,
4982
+ interior: {
4983
+ X2: [
4984
+ {
4985
+ Parachain: 2032
4986
+ },
4987
+ {
4988
+ GeneralKey: {
4989
+ length: 2,
4990
+ data: "0x0001000000000000000000000000000000000000000000000000000000000000"
4991
+ }
4992
+ }
4993
+ ]
4994
+ }
4995
+ }
4980
4996
  },
4981
4997
  {
4982
4998
  symbol: "DOT",
@@ -4994,19 +5010,63 @@ var Interlay = {
4994
5010
  symbol: "KINT",
4995
5011
  isNative: true,
4996
5012
  decimals: 12,
4997
- existentialDeposit: "0"
5013
+ existentialDeposit: "0",
5014
+ location: {
5015
+ parents: 1,
5016
+ interior: {
5017
+ X2: [
5018
+ {
5019
+ Parachain: 2092
5020
+ },
5021
+ {
5022
+ GeneralKey: {
5023
+ length: 2,
5024
+ data: "0x000c000000000000000000000000000000000000000000000000000000000000"
5025
+ }
5026
+ }
5027
+ ]
5028
+ }
5029
+ }
4998
5030
  },
4999
5031
  {
5000
5032
  symbol: "KBTC",
5001
5033
  isNative: true,
5002
5034
  decimals: 8,
5003
- existentialDeposit: "0"
5035
+ existentialDeposit: "0",
5036
+ location: {
5037
+ parents: 1,
5038
+ interior: {
5039
+ X2: [
5040
+ {
5041
+ Parachain: 2092
5042
+ },
5043
+ {
5044
+ GeneralKey: {
5045
+ length: 2,
5046
+ data: "0x000b000000000000000000000000000000000000000000000000000000000000"
5047
+ }
5048
+ }
5049
+ ]
5050
+ }
5051
+ }
5004
5052
  },
5005
5053
  {
5006
5054
  symbol: "KSM",
5007
5055
  isNative: true,
5008
5056
  decimals: 12,
5009
- existentialDeposit: "0"
5057
+ existentialDeposit: "0",
5058
+ location: {
5059
+ parents: 2,
5060
+ interior: {
5061
+ X1: [
5062
+ {
5063
+ GlobalConsensus: {
5064
+ kusama: null
5065
+ }
5066
+ }
5067
+ ]
5068
+ }
5069
+ }
5010
5070
  }
5011
5071
  ],
5012
5072
  otherAssets: [
@@ -8034,6 +8094,33 @@ var AssetHubPolkadot = {
8034
8094
  },
8035
8095
  existentialDeposit: "1",
8036
8096
  isFeeAsset: true
8097
+ },
8098
+ {
8099
+ symbol: "PEPE",
8100
+ decimals: 18,
8101
+ location: {
8102
+ parents: 2,
8103
+ interior: {
8104
+ X2: [
8105
+ {
8106
+ GlobalConsensus: {
8107
+ Ethereum: {
8108
+ chainId: 1
8109
+ }
8110
+ }
8111
+ },
8112
+ {
8113
+ AccountKey20: {
8114
+ network: null,
8115
+ key: "0x6982508145454ce325ddbe47a25d4ec3d2311933"
8116
+ }
8117
+ }
8118
+ ]
8119
+ }
8120
+ },
8121
+ existentialDeposit: "1",
8122
+ isFeeAsset: true,
8123
+ alias: "PEPE4"
8037
8124
  }
8038
8125
  ]
8039
8126
  };
@@ -11871,6 +11958,31 @@ var AssetHubKusama = {
11871
11958
  }
11872
11959
  },
11873
11960
  existentialDeposit: "1"
11961
+ },
11962
+ {
11963
+ symbol: "PEPE",
11964
+ decimals: 18,
11965
+ location: {
11966
+ parents: 2,
11967
+ interior: {
11968
+ X2: [
11969
+ {
11970
+ GlobalConsensus: {
11971
+ Ethereum: {
11972
+ chainId: 1
11973
+ }
11974
+ }
11975
+ },
11976
+ {
11977
+ AccountKey20: {
11978
+ network: null,
11979
+ key: "0x6982508145454ce325ddbe47a25d4ec3d2311933"
11980
+ }
11981
+ }
11982
+ ]
11983
+ }
11984
+ },
11985
+ existentialDeposit: "1"
11874
11986
  }
11875
11987
  ]
11876
11988
  };
@@ -14292,19 +14404,13 @@ var Ethereum = {
14292
14404
  location: {
14293
14405
  parents: 2,
14294
14406
  interior: {
14295
- X2: [
14407
+ X1: [
14296
14408
  {
14297
14409
  GlobalConsensus: {
14298
14410
  Ethereum: {
14299
14411
  chainId: 1
14300
14412
  }
14301
14413
  }
14302
- },
14303
- {
14304
- AccountKey20: {
14305
- network: null,
14306
- key: "0x0000000000000000000000000000000000000000"
14307
- }
14308
14414
  }
14309
14415
  ]
14310
14416
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/assets",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
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.0.0"
26
+ "@paraspell/sdk-common": "11.1.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.27.1",