@polkadot/networks 12.6.1 → 12.6.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.
@@ -56,10 +56,10 @@ exports.knownGenesis = {
56
56
  '0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
57
57
  ],
58
58
  hydradx: [
59
- '0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d',
60
- '0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc',
61
- '0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9',
62
- '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047',
59
+ '0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // HydraDX Parachain
60
+ '0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc', // Snakenet Gen3-1
61
+ '0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9', // Snakenet Gen3
62
+ '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
63
63
  '0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
64
64
  ],
65
65
  'interlay-parachain': [
@@ -75,8 +75,8 @@ exports.knownGenesis = {
75
75
  '0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'
76
76
  ],
77
77
  kusama: [
78
- '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe',
79
- '0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636',
78
+ '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
79
+ '0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
80
80
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
81
81
  ],
82
82
  matrixchain: [
@@ -34,8 +34,8 @@ exports.knownLedger = {
34
34
  quartz: 0x00000277,
35
35
  sora: 0x00000269,
36
36
  stafi: 0x0000038b,
37
- statemine: 0x000001b2,
38
- statemint: 0x00000162,
37
+ statemine: 0x000001b2, // common-good on Kusama, shares derivation
38
+ statemint: 0x00000162, // common-good on Polkadot, shares derivation
39
39
  ternoa: 0x00003e3,
40
40
  unique: 0x00000295,
41
41
  vtb: 0x000002b6,
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.knownTestnet = void 0;
4
4
  exports.knownTestnet = {
5
- '': true,
5
+ '': true, // this is the default non-network entry
6
6
  'cess-testnet': true,
7
7
  'dock-testnet': true,
8
8
  jupiter: true,
@@ -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: '12.6.1' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.6.2' };
@@ -53,10 +53,10 @@ export const knownGenesis = {
53
53
  '0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
54
54
  ],
55
55
  hydradx: [
56
- '0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d',
57
- '0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc',
58
- '0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9',
59
- '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047',
56
+ '0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // HydraDX Parachain
57
+ '0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc', // Snakenet Gen3-1
58
+ '0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9', // Snakenet Gen3
59
+ '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
60
60
  '0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
61
61
  ],
62
62
  'interlay-parachain': [
@@ -72,8 +72,8 @@ export const knownGenesis = {
72
72
  '0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'
73
73
  ],
74
74
  kusama: [
75
- '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe',
76
- '0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636',
75
+ '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
76
+ '0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
77
77
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
78
78
  ],
79
79
  matrixchain: [
@@ -31,8 +31,8 @@ export const knownLedger = {
31
31
  quartz: 0x00000277,
32
32
  sora: 0x00000269,
33
33
  stafi: 0x0000038b,
34
- statemine: 0x000001b2,
35
- statemint: 0x00000162,
34
+ statemine: 0x000001b2, // common-good on Kusama, shares derivation
35
+ statemint: 0x00000162, // common-good on Polkadot, shares derivation
36
36
  ternoa: 0x00003e3,
37
37
  unique: 0x00000295,
38
38
  vtb: 0x000002b6,
@@ -1,5 +1,5 @@
1
1
  export const knownTestnet = {
2
- '': true,
2
+ '': true, // this is the default non-network entry
3
3
  'cess-testnet': true,
4
4
  'dock-testnet': true,
5
5
  jupiter: true,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "12.6.1",
18
+ "version": "12.6.2",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -100,7 +100,7 @@
100
100
  }
101
101
  },
102
102
  "dependencies": {
103
- "@polkadot/util": "12.6.1",
103
+ "@polkadot/util": "12.6.2",
104
104
  "@substrate/ss58-registry": "^1.44.0",
105
105
  "tslib": "^2.6.2"
106
106
  }
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: '12.6.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: '12.6.2' };