@subwallet/chain-list 0.2.106 → 0.2.107
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/bundle-subwallet-chain-list.js +2 -2
- package/cjs/data/ChainInfo.json +2 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +2 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -20129,7 +20129,7 @@
|
|
|
20129
20129
|
relaySlug: "kusama",
|
|
20130
20130
|
paraId: 2124,
|
|
20131
20131
|
genesisHash: "0xcceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
|
20132
|
-
addressPrefix:
|
|
20132
|
+
addressPrefix: 0,
|
|
20133
20133
|
chainType: "PARACHAIN",
|
|
20134
20134
|
crowdloanUrl: null,
|
|
20135
20135
|
blockExplorer: null,
|
|
@@ -21584,7 +21584,7 @@
|
|
|
21584
21584
|
evmInfo: null,
|
|
21585
21585
|
substrateInfo: {
|
|
21586
21586
|
relaySlug: "kusama",
|
|
21587
|
-
paraId:
|
|
21587
|
+
paraId: 2087,
|
|
21588
21588
|
genesisHash: "0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
|
21589
21589
|
addressPrefix: 49,
|
|
21590
21590
|
chainType: "PARACHAIN",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"relaySlug": "kusama",
|
|
1431
1431
|
"paraId": 2124,
|
|
1432
1432
|
"genesisHash": "0xcceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
|
1433
|
-
"addressPrefix":
|
|
1433
|
+
"addressPrefix": 0,
|
|
1434
1434
|
"chainType": "PARACHAIN",
|
|
1435
1435
|
"crowdloanUrl": null,
|
|
1436
1436
|
"blockExplorer": null,
|
|
@@ -2870,7 +2870,7 @@
|
|
|
2870
2870
|
"evmInfo": null,
|
|
2871
2871
|
"substrateInfo": {
|
|
2872
2872
|
"relaySlug": "kusama",
|
|
2873
|
-
"paraId":
|
|
2873
|
+
"paraId": 2087,
|
|
2874
2874
|
"genesisHash": "0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
|
2875
2875
|
"addressPrefix": 49,
|
|
2876
2876
|
"chainType": "PARACHAIN",
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"relaySlug": "kusama",
|
|
1431
1431
|
"paraId": 2124,
|
|
1432
1432
|
"genesisHash": "0xcceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
|
1433
|
-
"addressPrefix":
|
|
1433
|
+
"addressPrefix": 0,
|
|
1434
1434
|
"chainType": "PARACHAIN",
|
|
1435
1435
|
"crowdloanUrl": null,
|
|
1436
1436
|
"blockExplorer": null,
|
|
@@ -2870,7 +2870,7 @@
|
|
|
2870
2870
|
"evmInfo": null,
|
|
2871
2871
|
"substrateInfo": {
|
|
2872
2872
|
"relaySlug": "kusama",
|
|
2873
|
-
"paraId":
|
|
2873
|
+
"paraId": 2087,
|
|
2874
2874
|
"genesisHash": "0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
|
2875
2875
|
"addressPrefix": 49,
|
|
2876
2876
|
"chainType": "PARACHAIN",
|
package/package.json
CHANGED
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.
|
|
10
|
+
version: '0.2.107'
|
|
11
11
|
};
|