@polkadot/networks 13.5.4 → 13.5.5

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.
@@ -100,6 +100,9 @@ exports.knownGenesis = {
100
100
  matrixchain: [
101
101
  '0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'
102
102
  ],
103
+ mythos: [
104
+ '0xf6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9'
105
+ ],
103
106
  nodle: [
104
107
  '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'
105
108
  ],
@@ -28,6 +28,7 @@ exports.knownLedger = {
28
28
  kusama: 0x000001b2,
29
29
  liberland: 0x000002ff,
30
30
  matrixchain: 0x00000483,
31
+ mythos: 0x0000003c,
31
32
  nodle: 0x000003eb,
32
33
  origintrail: 0x00000162,
33
34
  parallel: 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: '13.5.4' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.5' };
@@ -97,6 +97,9 @@ export const knownGenesis = {
97
97
  matrixchain: [
98
98
  '0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'
99
99
  ],
100
+ mythos: [
101
+ '0xf6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9'
102
+ ],
100
103
  nodle: [
101
104
  '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'
102
105
  ],
@@ -25,6 +25,7 @@ export const knownLedger = {
25
25
  kusama: 0x000001b2,
26
26
  liberland: 0x000002ff,
27
27
  matrixchain: 0x00000483,
28
+ mythos: 0x0000003c,
28
29
  nodle: 0x000003eb,
29
30
  origintrail: 0x00000162,
30
31
  parallel: 0x00000162,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "13.5.4",
18
+ "version": "13.5.5",
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.5.4",
185
+ "@polkadot/util": "13.5.5",
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.5.4' };
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.5.5' };