@polkadot/networks 10.1.7 → 10.1.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.
- package/cjs/defaults/genesis.js +3 -0
- package/cjs/defaults/ledger.js +4 -0
- package/cjs/packageInfo.js +1 -1
- package/defaults/genesis.js +3 -0
- package/defaults/ledger.js +4 -0
- package/package.json +4 -4
- package/packageInfo.js +1 -1
package/cjs/defaults/genesis.js
CHANGED
|
@@ -19,6 +19,7 @@ const knownGenesis = {
|
|
|
19
19
|
'bifrost-kusama': ['0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed'],
|
|
20
20
|
centrifuge: ['0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82', '0x67dddf2673b69e5f875f6f25277495834398eafd67f492e09f3f3345e003d1b5'],
|
|
21
21
|
composable: ['0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d'],
|
|
22
|
+
darwinia: ['0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6'],
|
|
22
23
|
'dock-mainnet': ['0x6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae', '0xf73467c6544aa68df2ee546b135f955c46b90fa627e9b5d7935f41061bb8a5a9'],
|
|
23
24
|
edgeware: ['0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b'],
|
|
24
25
|
equilibrium: ['0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925'],
|
|
@@ -31,6 +32,7 @@ const knownGenesis = {
|
|
|
31
32
|
],
|
|
32
33
|
'interlay-parachain': ['0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'],
|
|
33
34
|
karura: ['0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b'],
|
|
35
|
+
khala: ['0xd43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d'],
|
|
34
36
|
kulupu: ['0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'],
|
|
35
37
|
kusama: ['0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
|
|
36
38
|
'0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
|
|
@@ -38,6 +40,7 @@ const knownGenesis = {
|
|
|
38
40
|
],
|
|
39
41
|
'nodle-para': ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
|
|
40
42
|
parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
|
|
43
|
+
phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
|
|
41
44
|
picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
|
|
42
45
|
polkadex: ['0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'],
|
|
43
46
|
polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
|
package/cjs/defaults/ledger.js
CHANGED
|
@@ -18,15 +18,19 @@ const knownLedger = {
|
|
|
18
18
|
'bifrost-kusama': 0x00000314,
|
|
19
19
|
centrifuge: 0x000002eb,
|
|
20
20
|
composable: 0x00000162,
|
|
21
|
+
darwinia: 0x00000162,
|
|
21
22
|
'dock-mainnet': 0x00000252,
|
|
22
23
|
edgeware: 0x0000020b,
|
|
23
24
|
equilibrium: 0x05f5e0fd,
|
|
24
25
|
genshiro: 0x05f5e0fc,
|
|
26
|
+
hydradx: 0x00000162,
|
|
25
27
|
'interlay-parachain': 0x00000162,
|
|
26
28
|
karura: 0x000002ae,
|
|
29
|
+
khala: 0x000001b2,
|
|
27
30
|
kusama: 0x000001b2,
|
|
28
31
|
'nodle-para': 0x000003eb,
|
|
29
32
|
parallel: 0x00000162,
|
|
33
|
+
phala: 0x00000162,
|
|
30
34
|
polkadex: 0x0000031f,
|
|
31
35
|
polkadot: 0x00000162,
|
|
32
36
|
polymesh: 0x00000253,
|
package/cjs/packageInfo.js
CHANGED
package/defaults/genesis.js
CHANGED
|
@@ -13,6 +13,7 @@ export const knownGenesis = {
|
|
|
13
13
|
'bifrost-kusama': ['0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed'],
|
|
14
14
|
centrifuge: ['0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82', '0x67dddf2673b69e5f875f6f25277495834398eafd67f492e09f3f3345e003d1b5'],
|
|
15
15
|
composable: ['0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d'],
|
|
16
|
+
darwinia: ['0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6'],
|
|
16
17
|
'dock-mainnet': ['0x6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae', '0xf73467c6544aa68df2ee546b135f955c46b90fa627e9b5d7935f41061bb8a5a9'],
|
|
17
18
|
edgeware: ['0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b'],
|
|
18
19
|
equilibrium: ['0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925'],
|
|
@@ -25,6 +26,7 @@ export const knownGenesis = {
|
|
|
25
26
|
],
|
|
26
27
|
'interlay-parachain': ['0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'],
|
|
27
28
|
karura: ['0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b'],
|
|
29
|
+
khala: ['0xd43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d'],
|
|
28
30
|
kulupu: ['0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'],
|
|
29
31
|
kusama: ['0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
|
|
30
32
|
'0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
|
|
@@ -32,6 +34,7 @@ export const knownGenesis = {
|
|
|
32
34
|
],
|
|
33
35
|
'nodle-para': ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
|
|
34
36
|
parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
|
|
37
|
+
phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
|
|
35
38
|
picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
|
|
36
39
|
polkadex: ['0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'],
|
|
37
40
|
polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
|
package/defaults/ledger.js
CHANGED
|
@@ -12,15 +12,19 @@ export const knownLedger = {
|
|
|
12
12
|
'bifrost-kusama': 0x00000314,
|
|
13
13
|
centrifuge: 0x000002eb,
|
|
14
14
|
composable: 0x00000162,
|
|
15
|
+
darwinia: 0x00000162,
|
|
15
16
|
'dock-mainnet': 0x00000252,
|
|
16
17
|
edgeware: 0x0000020b,
|
|
17
18
|
equilibrium: 0x05f5e0fd,
|
|
18
19
|
genshiro: 0x05f5e0fc,
|
|
20
|
+
hydradx: 0x00000162,
|
|
19
21
|
'interlay-parachain': 0x00000162,
|
|
20
22
|
karura: 0x000002ae,
|
|
23
|
+
khala: 0x000001b2,
|
|
21
24
|
kusama: 0x000001b2,
|
|
22
25
|
'nodle-para': 0x000003eb,
|
|
23
26
|
parallel: 0x00000162,
|
|
27
|
+
phala: 0x00000162,
|
|
24
28
|
polkadex: 0x0000031f,
|
|
25
29
|
polkadot: 0x00000162,
|
|
26
30
|
polymesh: 0x00000253,
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "10.1.
|
|
20
|
+
"version": "10.1.8",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@babel/runtime": "^7.
|
|
91
|
-
"@polkadot/util": "10.1.
|
|
92
|
-
"@substrate/ss58-registry": "^1.
|
|
90
|
+
"@babel/runtime": "^7.19.0",
|
|
91
|
+
"@polkadot/util": "10.1.8",
|
|
92
|
+
"@substrate/ss58-registry": "^1.29.0"
|
|
93
93
|
}
|
|
94
94
|
}
|
package/packageInfo.js
CHANGED
|
@@ -5,5 +5,5 @@ export const packageInfo = {
|
|
|
5
5
|
name: '@polkadot/networks',
|
|
6
6
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
7
7
|
type: 'esm',
|
|
8
|
-
version: '10.1.
|
|
8
|
+
version: '10.1.8'
|
|
9
9
|
};
|