@polkadot/networks 13.0.1 → 13.1.1
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 +11 -1
- package/cjs/defaults/ledger.js +3 -0
- package/cjs/packageInfo.js +1 -1
- package/defaults/genesis.js +11 -1
- package/defaults/ledger.js +3 -0
- package/package.json +4 -4
- package/packageInfo.js +1 -1
package/cjs/defaults/genesis.js
CHANGED
|
@@ -46,6 +46,9 @@ exports.knownGenesis = {
|
|
|
46
46
|
edgeware: [
|
|
47
47
|
'0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b'
|
|
48
48
|
],
|
|
49
|
+
encointer: [
|
|
50
|
+
'0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b'
|
|
51
|
+
],
|
|
49
52
|
enjin: [
|
|
50
53
|
'0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9'
|
|
51
54
|
],
|
|
@@ -56,12 +59,16 @@ exports.knownGenesis = {
|
|
|
56
59
|
'0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
|
|
57
60
|
],
|
|
58
61
|
hydradx: [
|
|
59
|
-
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // HydraDX Parachain
|
|
62
|
+
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // Hydration | HydraDX Parachain
|
|
60
63
|
'0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc', // Snakenet Gen3-1
|
|
61
64
|
'0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9', // Snakenet Gen3
|
|
62
65
|
'0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
|
|
63
66
|
'0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
|
|
64
67
|
],
|
|
68
|
+
integritee: [
|
|
69
|
+
'0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da', // on Kusama
|
|
70
|
+
'0xe13e7af377c64e83f95e0d70d5e5c3c01d697a84538776c5b9bbe0e7d7b6034c' // on Polkadot
|
|
71
|
+
],
|
|
65
72
|
'interlay-parachain': [
|
|
66
73
|
'0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'
|
|
67
74
|
],
|
|
@@ -94,6 +101,9 @@ exports.knownGenesis = {
|
|
|
94
101
|
parallel: [
|
|
95
102
|
'0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
|
|
96
103
|
],
|
|
104
|
+
peaq: [
|
|
105
|
+
'0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
|
|
106
|
+
],
|
|
97
107
|
pendulum: [
|
|
98
108
|
'0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
|
|
99
109
|
],
|
package/cjs/defaults/ledger.js
CHANGED
|
@@ -13,10 +13,12 @@ exports.knownLedger = {
|
|
|
13
13
|
darwinia: 0x00000162,
|
|
14
14
|
'dock-mainnet': 0x00000252,
|
|
15
15
|
edgeware: 0x0000020b,
|
|
16
|
+
encointer: 0x000001b2,
|
|
16
17
|
enjin: 0x00000483,
|
|
17
18
|
equilibrium: 0x05f5e0fd,
|
|
18
19
|
genshiro: 0x05f5e0fc,
|
|
19
20
|
hydradx: 0x00000162,
|
|
21
|
+
integritee: 0x000007df,
|
|
20
22
|
'interlay-parachain': 0x00000162,
|
|
21
23
|
karura: 0x000002ae,
|
|
22
24
|
khala: 0x000001b2,
|
|
@@ -25,6 +27,7 @@ exports.knownLedger = {
|
|
|
25
27
|
nodle: 0x000003eb,
|
|
26
28
|
origintrail: 0x00000162,
|
|
27
29
|
parallel: 0x00000162,
|
|
30
|
+
peaq: 0x00000d0a,
|
|
28
31
|
pendulum: 0x00000162,
|
|
29
32
|
phala: 0x00000162,
|
|
30
33
|
picasso: 0x000001b2,
|
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.1.1' };
|
package/defaults/genesis.js
CHANGED
|
@@ -43,6 +43,9 @@ export const knownGenesis = {
|
|
|
43
43
|
edgeware: [
|
|
44
44
|
'0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b'
|
|
45
45
|
],
|
|
46
|
+
encointer: [
|
|
47
|
+
'0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b'
|
|
48
|
+
],
|
|
46
49
|
enjin: [
|
|
47
50
|
'0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9'
|
|
48
51
|
],
|
|
@@ -53,12 +56,16 @@ export const knownGenesis = {
|
|
|
53
56
|
'0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
|
|
54
57
|
],
|
|
55
58
|
hydradx: [
|
|
56
|
-
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // HydraDX Parachain
|
|
59
|
+
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // Hydration | HydraDX Parachain
|
|
57
60
|
'0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc', // Snakenet Gen3-1
|
|
58
61
|
'0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9', // Snakenet Gen3
|
|
59
62
|
'0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
|
|
60
63
|
'0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
|
|
61
64
|
],
|
|
65
|
+
integritee: [
|
|
66
|
+
'0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da', // on Kusama
|
|
67
|
+
'0xe13e7af377c64e83f95e0d70d5e5c3c01d697a84538776c5b9bbe0e7d7b6034c' // on Polkadot
|
|
68
|
+
],
|
|
62
69
|
'interlay-parachain': [
|
|
63
70
|
'0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'
|
|
64
71
|
],
|
|
@@ -91,6 +98,9 @@ export const knownGenesis = {
|
|
|
91
98
|
parallel: [
|
|
92
99
|
'0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
|
|
93
100
|
],
|
|
101
|
+
peaq: [
|
|
102
|
+
'0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
|
|
103
|
+
],
|
|
94
104
|
pendulum: [
|
|
95
105
|
'0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
|
|
96
106
|
],
|
package/defaults/ledger.js
CHANGED
|
@@ -10,10 +10,12 @@ export const knownLedger = {
|
|
|
10
10
|
darwinia: 0x00000162,
|
|
11
11
|
'dock-mainnet': 0x00000252,
|
|
12
12
|
edgeware: 0x0000020b,
|
|
13
|
+
encointer: 0x000001b2,
|
|
13
14
|
enjin: 0x00000483,
|
|
14
15
|
equilibrium: 0x05f5e0fd,
|
|
15
16
|
genshiro: 0x05f5e0fc,
|
|
16
17
|
hydradx: 0x00000162,
|
|
18
|
+
integritee: 0x000007df,
|
|
17
19
|
'interlay-parachain': 0x00000162,
|
|
18
20
|
karura: 0x000002ae,
|
|
19
21
|
khala: 0x000001b2,
|
|
@@ -22,6 +24,7 @@ export const knownLedger = {
|
|
|
22
24
|
nodle: 0x000003eb,
|
|
23
25
|
origintrail: 0x00000162,
|
|
24
26
|
parallel: 0x00000162,
|
|
27
|
+
peaq: 0x00000d0a,
|
|
25
28
|
pendulum: 0x00000162,
|
|
26
29
|
phala: 0x00000162,
|
|
27
30
|
picasso: 0x000001b2,
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"type": "module",
|
|
18
|
-
"version": "13.
|
|
18
|
+
"version": "13.1.1",
|
|
19
19
|
"main": "./cjs/index.js",
|
|
20
20
|
"module": "./index.js",
|
|
21
21
|
"types": "./index.d.ts",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@polkadot/util": "13.
|
|
98
|
-
"@substrate/ss58-registry": "^1.
|
|
99
|
-
"tslib": "^2.
|
|
97
|
+
"@polkadot/util": "13.1.1",
|
|
98
|
+
"@substrate/ss58-registry": "^1.50.0",
|
|
99
|
+
"tslib": "^2.7.0"
|
|
100
100
|
}
|
|
101
101
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.
|
|
1
|
+
export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.1.1' };
|