@subwallet/chain-list 0.2.67-beta.6 → 0.2.67-beta.8

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.
@@ -10123,6 +10123,26 @@
10123
10123
  assetType: "LOCAL",
10124
10124
  metadata: {
10125
10125
  isBridged: true,
10126
+ onChainInfo: {
10127
+ parents: 2,
10128
+ interior: {
10129
+ X2: [
10130
+ {
10131
+ GlobalConsensus: {
10132
+ Ethereum: {
10133
+ chainId: 11155111
10134
+ }
10135
+ }
10136
+ },
10137
+ {
10138
+ AccountKey20: {
10139
+ key: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
10140
+ network: null
10141
+ }
10142
+ }
10143
+ ]
10144
+ }
10145
+ },
10126
10146
  multilocation: {
10127
10147
  parents: 2,
10128
10148
  interior: {
@@ -12473,13 +12493,23 @@
12473
12493
  assetType: "LOCAL",
12474
12494
  metadata: {
12475
12495
  isBridged: true,
12476
- multilocation: {
12496
+ onChainInfo: {
12477
12497
  parents: 2,
12478
12498
  interior: {
12479
12499
  X1: {
12480
12500
  GlobalConsensus: "Kusama"
12481
12501
  }
12482
12502
  }
12503
+ },
12504
+ multilocation: {
12505
+ parents: 2,
12506
+ interior: {
12507
+ X1: [
12508
+ {
12509
+ GlobalConsensus: "Kusama"
12510
+ }
12511
+ ]
12512
+ }
12483
12513
  }
12484
12514
  },
12485
12515
  multiChainAsset: "KSM-Kusama",
@@ -12497,13 +12527,23 @@
12497
12527
  assetType: "LOCAL",
12498
12528
  metadata: {
12499
12529
  isBridged: true,
12500
- multilocation: {
12530
+ onChainInfo: {
12501
12531
  parents: 2,
12502
12532
  interior: {
12503
12533
  X1: {
12504
12534
  GlobalConsensus: "Polkadot"
12505
12535
  }
12506
12536
  }
12537
+ },
12538
+ multilocation: {
12539
+ parents: 2,
12540
+ interior: {
12541
+ X1: [
12542
+ {
12543
+ GlobalConsensus: "Polkadot"
12544
+ }
12545
+ ]
12546
+ }
12507
12547
  }
12508
12548
  },
12509
12549
  multiChainAsset: "DOT-Polkadot",
@@ -7780,6 +7780,26 @@
7780
7780
  "assetType": "LOCAL",
7781
7781
  "metadata": {
7782
7782
  "isBridged": true,
7783
+ "onChainInfo": {
7784
+ "parents": 2,
7785
+ "interior": {
7786
+ "X2": [
7787
+ {
7788
+ "GlobalConsensus": {
7789
+ "Ethereum": {
7790
+ "chainId": 11155111
7791
+ }
7792
+ }
7793
+ },
7794
+ {
7795
+ "AccountKey20": {
7796
+ "key": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
7797
+ "network": null
7798
+ }
7799
+ }
7800
+ ]
7801
+ }
7802
+ },
7783
7803
  "multilocation": {
7784
7804
  "parents": 2,
7785
7805
  "interior": {
@@ -10130,13 +10150,23 @@
10130
10150
  "assetType": "LOCAL",
10131
10151
  "metadata": {
10132
10152
  "isBridged": true,
10133
- "multilocation": {
10153
+ "onChainInfo": {
10134
10154
  "parents": 2,
10135
10155
  "interior": {
10136
10156
  "X1": {
10137
10157
  "GlobalConsensus": "Kusama"
10138
10158
  }
10139
10159
  }
10160
+ },
10161
+ "multilocation": {
10162
+ "parents": 2,
10163
+ "interior": {
10164
+ "X1": [
10165
+ {
10166
+ "GlobalConsensus": "Kusama"
10167
+ }
10168
+ ]
10169
+ }
10140
10170
  }
10141
10171
  },
10142
10172
  "multiChainAsset": "KSM-Kusama",
@@ -10154,13 +10184,23 @@
10154
10184
  "assetType": "LOCAL",
10155
10185
  "metadata": {
10156
10186
  "isBridged": true,
10157
- "multilocation": {
10187
+ "onChainInfo": {
10158
10188
  "parents": 2,
10159
10189
  "interior": {
10160
10190
  "X1": {
10161
10191
  "GlobalConsensus": "Polkadot"
10162
10192
  }
10163
10193
  }
10194
+ },
10195
+ "multilocation": {
10196
+ "parents": 2,
10197
+ "interior": {
10198
+ "X1": [
10199
+ {
10200
+ "GlobalConsensus": "Polkadot"
10201
+ }
10202
+ ]
10203
+ }
10164
10204
  }
10165
10205
  },
10166
10206
  "multiChainAsset": "DOT-Polkadot",
@@ -10275,4 +10315,4 @@
10275
10315
  "hasValue": true,
10276
10316
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png"
10277
10317
  }
10278
- }
10318
+ }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.67-beta.6'
16
+ version: '0.2.67-beta.8'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7780,6 +7780,26 @@
7780
7780
  "assetType": "LOCAL",
7781
7781
  "metadata": {
7782
7782
  "isBridged": true,
7783
+ "onChainInfo": {
7784
+ "parents": 2,
7785
+ "interior": {
7786
+ "X2": [
7787
+ {
7788
+ "GlobalConsensus": {
7789
+ "Ethereum": {
7790
+ "chainId": 11155111
7791
+ }
7792
+ }
7793
+ },
7794
+ {
7795
+ "AccountKey20": {
7796
+ "key": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
7797
+ "network": null
7798
+ }
7799
+ }
7800
+ ]
7801
+ }
7802
+ },
7783
7803
  "multilocation": {
7784
7804
  "parents": 2,
7785
7805
  "interior": {
@@ -10130,13 +10150,23 @@
10130
10150
  "assetType": "LOCAL",
10131
10151
  "metadata": {
10132
10152
  "isBridged": true,
10133
- "multilocation": {
10153
+ "onChainInfo": {
10134
10154
  "parents": 2,
10135
10155
  "interior": {
10136
10156
  "X1": {
10137
10157
  "GlobalConsensus": "Kusama"
10138
10158
  }
10139
10159
  }
10160
+ },
10161
+ "multilocation": {
10162
+ "parents": 2,
10163
+ "interior": {
10164
+ "X1": [
10165
+ {
10166
+ "GlobalConsensus": "Kusama"
10167
+ }
10168
+ ]
10169
+ }
10140
10170
  }
10141
10171
  },
10142
10172
  "multiChainAsset": "KSM-Kusama",
@@ -10154,13 +10184,23 @@
10154
10184
  "assetType": "LOCAL",
10155
10185
  "metadata": {
10156
10186
  "isBridged": true,
10157
- "multilocation": {
10187
+ "onChainInfo": {
10158
10188
  "parents": 2,
10159
10189
  "interior": {
10160
10190
  "X1": {
10161
10191
  "GlobalConsensus": "Polkadot"
10162
10192
  }
10163
10193
  }
10194
+ },
10195
+ "multilocation": {
10196
+ "parents": 2,
10197
+ "interior": {
10198
+ "X1": [
10199
+ {
10200
+ "GlobalConsensus": "Polkadot"
10201
+ }
10202
+ ]
10203
+ }
10164
10204
  }
10165
10205
  },
10166
10206
  "multiChainAsset": "DOT-Polkadot",
@@ -10275,4 +10315,4 @@
10275
10315
  "hasValue": true,
10276
10316
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png"
10277
10317
  }
10278
- }
10318
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.67-beta.6",
23
+ "version": "0.2.67-beta.8",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.67-beta.6'
10
+ version: '0.2.67-beta.8'
11
11
  };