@polkadot/networks 9.0.2-4 → 9.0.2-7

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