@polkadot/networks 9.2.1 → 9.2.2-2

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.
@@ -32,6 +32,7 @@ const knownGenesis = {
32
32
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
33
33
  ],
34
34
  'nodle-chain': ['0xa3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23'],
35
+ parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
35
36
  picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
36
37
  polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
37
38
  polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
@@ -21,6 +21,7 @@ const knownLedger = {
21
21
  karura: 0x000002ae,
22
22
  kusama: 0x000001b2,
23
23
  'nodle-chain': 0x000003eb,
24
+ parallel: 0x00000162,
24
25
  polkadot: 0x00000162,
25
26
  polymesh: 0x00000253,
26
27
  sora: 0x00000269,
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/networks',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '9.2.1'
14
+ version: '9.2.2-2'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -26,6 +26,7 @@ export const knownGenesis = {
26
26
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
27
27
  ],
28
28
  'nodle-chain': ['0xa3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23'],
29
+ parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
29
30
  picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
30
31
  polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
31
32
  polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
@@ -15,6 +15,7 @@ export const knownLedger = {
15
15
  karura: 0x000002ae,
16
16
  kusama: 0x000001b2,
17
17
  'nodle-chain': 0x000003eb,
18
+ parallel: 0x00000162,
18
19
  polkadot: 0x00000162,
19
20
  polymesh: 0x00000253,
20
21
  sora: 0x00000269,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "9.2.1",
20
+ "version": "9.2.2-2",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@babel/runtime": "^7.17.9",
91
- "@polkadot/util": "9.2.1",
91
+ "@polkadot/util": "9.2.2-2",
92
92
  "@substrate/ss58-registry": "^1.18.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: '9.2.1'
8
+ version: '9.2.2-2'
9
9
  };