@polkadot/networks 12.5.1 → 12.6.1

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.
@@ -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
37
  statemine: 0x000001b2,
37
38
  statemint: 0x00000162,
38
39
  ternoa: 0x00003e3,
39
- unique: 0x00000162,
40
+ unique: 0x00000295,
40
41
  vtb: 0x000002b6,
41
42
  xxnetwork: 0x000007a3,
42
43
  zeitgeist: 0x00000162
@@ -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.1' };
@@ -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
34
  statemine: 0x000001b2,
34
35
  statemint: 0x00000162,
35
36
  ternoa: 0x00003e3,
36
- unique: 0x00000162,
37
+ unique: 0x00000295,
37
38
  vtb: 0x000002b6,
38
39
  xxnetwork: 0x000007a3,
39
40
  zeitgeist: 0x00000162
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.1",
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.1",
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.1' };