@polkadot/networks 13.0.1 → 13.0.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.
@@ -94,6 +94,9 @@ exports.knownGenesis = {
94
94
  parallel: [
95
95
  '0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
96
96
  ],
97
+ peaq: [
98
+ '0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
99
+ ],
97
100
  pendulum: [
98
101
  '0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
99
102
  ],
@@ -25,6 +25,7 @@ exports.knownLedger = {
25
25
  nodle: 0x000003eb,
26
26
  origintrail: 0x00000162,
27
27
  parallel: 0x00000162,
28
+ peaq: 0x00000d0a,
28
29
  pendulum: 0x00000162,
29
30
  phala: 0x00000162,
30
31
  picasso: 0x000001b2,
@@ -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.0.1' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.0.2' };
@@ -91,6 +91,9 @@ export const knownGenesis = {
91
91
  parallel: [
92
92
  '0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
93
93
  ],
94
+ peaq: [
95
+ '0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
96
+ ],
94
97
  pendulum: [
95
98
  '0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
96
99
  ],
@@ -22,6 +22,7 @@ export const knownLedger = {
22
22
  nodle: 0x000003eb,
23
23
  origintrail: 0x00000162,
24
24
  parallel: 0x00000162,
25
+ peaq: 0x00000d0a,
25
26
  pendulum: 0x00000162,
26
27
  phala: 0x00000162,
27
28
  picasso: 0x000001b2,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "13.0.1",
18
+ "version": "13.0.2",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -94,7 +94,7 @@
94
94
  }
95
95
  },
96
96
  "dependencies": {
97
- "@polkadot/util": "13.0.1",
97
+ "@polkadot/util": "13.0.2",
98
98
  "@substrate/ss58-registry": "^1.46.0",
99
99
  "tslib": "^2.6.2"
100
100
  }
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.0.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.0.2' };