@polkadot/networks 13.2.1 → 13.2.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.
@@ -55,6 +55,9 @@ exports.knownGenesis = {
55
55
  equilibrium: [
56
56
  '0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925'
57
57
  ],
58
+ frequency: [
59
+ '0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1'
60
+ ],
58
61
  genshiro: [
59
62
  '0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
60
63
  ],
@@ -114,6 +117,9 @@ exports.knownGenesis = {
114
117
  '0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc',
115
118
  '0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'
116
119
  ],
120
+ polimec: [
121
+ '0x7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd'
122
+ ],
117
123
  polkadex: [
118
124
  '0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'
119
125
  ],
@@ -17,6 +17,7 @@ exports.knownLedger = {
17
17
  encointer: 0x000001b2,
18
18
  enjin: 0x00000483,
19
19
  equilibrium: 0x05f5e0fd,
20
+ frequency: 0x0000082b,
20
21
  genshiro: 0x05f5e0fc,
21
22
  hydradx: 0x00000162,
22
23
  integritee: 0x000007df,
@@ -32,6 +33,7 @@ exports.knownLedger = {
32
33
  pendulum: 0x00000162,
33
34
  phala: 0x00000162,
34
35
  picasso: 0x000001b2,
36
+ polimec: 0x00000d10,
35
37
  polkadex: 0x0000031f,
36
38
  polkadot: 0x00000162,
37
39
  polymesh: 0x00000253,
@@ -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: '13.2.1' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.2.2' };
@@ -52,6 +52,9 @@ export const knownGenesis = {
52
52
  equilibrium: [
53
53
  '0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925'
54
54
  ],
55
+ frequency: [
56
+ '0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1'
57
+ ],
55
58
  genshiro: [
56
59
  '0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
57
60
  ],
@@ -111,6 +114,9 @@ export const knownGenesis = {
111
114
  '0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc',
112
115
  '0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'
113
116
  ],
117
+ polimec: [
118
+ '0x7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd'
119
+ ],
114
120
  polkadex: [
115
121
  '0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'
116
122
  ],
@@ -14,6 +14,7 @@ export const knownLedger = {
14
14
  encointer: 0x000001b2,
15
15
  enjin: 0x00000483,
16
16
  equilibrium: 0x05f5e0fd,
17
+ frequency: 0x0000082b,
17
18
  genshiro: 0x05f5e0fc,
18
19
  hydradx: 0x00000162,
19
20
  integritee: 0x000007df,
@@ -29,6 +30,7 @@ export const knownLedger = {
29
30
  pendulum: 0x00000162,
30
31
  phala: 0x00000162,
31
32
  picasso: 0x000001b2,
33
+ polimec: 0x00000d10,
32
34
  polkadex: 0x0000031f,
33
35
  polkadot: 0x00000162,
34
36
  polymesh: 0x00000253,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "13.2.1",
18
+ "version": "13.2.2",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -182,7 +182,7 @@
182
182
  }
183
183
  },
184
184
  "dependencies": {
185
- "@polkadot/util": "13.2.1",
185
+ "@polkadot/util": "13.2.2",
186
186
  "@substrate/ss58-registry": "^1.51.0",
187
187
  "tslib": "^2.8.0"
188
188
  }
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: '13.2.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: '13.2.2' };