@polkadot/networks 12.5.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: [
@@ -113,6 +113,9 @@ exports.knownGenesis = {
113
113
  polymesh: [
114
114
  '0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'
115
115
  ],
116
+ quartz: [
117
+ '0xcd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554'
118
+ ],
116
119
  rococo: [
117
120
  '0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e',
118
121
  '0xaaf2cd1b74b5f726895921259421b534124726263982522174147046b8827897',
@@ -31,12 +31,13 @@ exports.knownLedger = {
31
31
  polkadex: 0x0000031f,
32
32
  polkadot: 0x00000162,
33
33
  polymesh: 0x00000253,
34
+ quartz: 0x00000277,
34
35
  sora: 0x00000269,
35
36
  stafi: 0x0000038b,
36
- statemine: 0x000001b2,
37
- statemint: 0x00000162,
37
+ statemine: 0x000001b2, // common-good on Kusama, shares derivation
38
+ statemint: 0x00000162, // common-good on Polkadot, shares derivation
38
39
  ternoa: 0x00003e3,
39
- unique: 0x00000162,
40
+ unique: 0x00000295,
40
41
  vtb: 0x000002b6,
41
42
  xxnetwork: 0x000007a3,
42
43
  zeitgeist: 0x00000162
@@ -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.5.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: [
@@ -110,6 +110,9 @@ export const knownGenesis = {
110
110
  polymesh: [
111
111
  '0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'
112
112
  ],
113
+ quartz: [
114
+ '0xcd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554'
115
+ ],
113
116
  rococo: [
114
117
  '0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e',
115
118
  '0xaaf2cd1b74b5f726895921259421b534124726263982522174147046b8827897',
@@ -28,12 +28,13 @@ export const knownLedger = {
28
28
  polkadex: 0x0000031f,
29
29
  polkadot: 0x00000162,
30
30
  polymesh: 0x00000253,
31
+ quartz: 0x00000277,
31
32
  sora: 0x00000269,
32
33
  stafi: 0x0000038b,
33
- statemine: 0x000001b2,
34
- statemint: 0x00000162,
34
+ statemine: 0x000001b2, // common-good on Kusama, shares derivation
35
+ statemint: 0x00000162, // common-good on Polkadot, shares derivation
35
36
  ternoa: 0x00003e3,
36
- unique: 0x00000162,
37
+ unique: 0x00000295,
37
38
  vtb: 0x000002b6,
38
39
  xxnetwork: 0x000007a3,
39
40
  zeitgeist: 0x00000162
@@ -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
@@ -3,7 +3,7 @@
3
3
  "bugs": "https://github.com/polkadot-js/common/issues",
4
4
  "description": "A list of all available Substrate networks and their applicable prefixes",
5
5
  "engines": {
6
- "node": ">=16"
6
+ "node": ">=18"
7
7
  },
8
8
  "homepage": "https://github.com/polkadot-js/common/tree/master/packages/networks#readme",
9
9
  "license": "Apache-2.0",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "12.5.1",
18
+ "version": "12.6.2",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -100,8 +100,8 @@
100
100
  }
101
101
  },
102
102
  "dependencies": {
103
- "@polkadot/util": "12.5.1",
104
- "@substrate/ss58-registry": "^1.43.0",
103
+ "@polkadot/util": "12.6.2",
104
+ "@substrate/ss58-registry": "^1.44.0",
105
105
  "tslib": "^2.6.2"
106
106
  }
107
107
  }
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.5.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' };