@polkadot/networks 9.0.2-2 → 9.0.2-5

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.
@@ -40,6 +40,7 @@ const knownGenesis = {
40
40
  stafi: ['0x290a4149f09ea0e402c74c1c7e96ae4239588577fe78932f94f5404c68243d80'],
41
41
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
42
42
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
43
- westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e']
43
+ westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
44
+ xxnetwork: ['0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa']
44
45
  };
45
46
  exports.knownGenesis = knownGenesis;
@@ -22,7 +22,8 @@ const knownLedger = {
22
22
  polkadot: 0x00000162,
23
23
  polymesh: 0x00000253,
24
24
  sora: 0x00000269,
25
- statemine: 0x000001b2 // common-good on Kusama, shares derivation
26
-
25
+ statemine: 0x000001b2,
26
+ // common-good on Kusama, shares derivation
27
+ xxnetwork: 0x000007a3
27
28
  };
28
29
  exports.knownLedger = knownLedger;
@@ -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.0.2-2'
14
+ version: '9.0.2-5'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -34,5 +34,6 @@ export const knownGenesis = {
34
34
  stafi: ['0x290a4149f09ea0e402c74c1c7e96ae4239588577fe78932f94f5404c68243d80'],
35
35
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
36
36
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
37
- westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e']
37
+ westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
38
+ xxnetwork: ['0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa']
38
39
  };
@@ -16,6 +16,7 @@ export const knownLedger = {
16
16
  polkadot: 0x00000162,
17
17
  polymesh: 0x00000253,
18
18
  sora: 0x00000269,
19
- statemine: 0x000001b2 // common-good on Kusama, shares derivation
20
-
19
+ statemine: 0x000001b2,
20
+ // common-good on Kusama, shares derivation
21
+ xxnetwork: 0x000007a3
21
22
  };
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "9.0.2-2",
20
+ "version": "9.0.2-5",
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.0.2-2",
91
+ "@polkadot/util": "9.0.2-5",
92
92
  "@substrate/ss58-registry": "^1.17.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.0.2-2'
8
+ version: '9.0.2-5'
9
9
  };