@pezkuwi/types-known 16.5.6 → 16.5.8
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.
- package/cjs/packageInfo.js +1 -1
- package/cjs/spec/index.js +1 -1
- package/cjs/upgrades/index.js +7 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/spec/index.js +1 -1
- package/upgrades/index.js +7 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -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: '@pezkuwi/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.7' };
|
package/cjs/spec/index.js
CHANGED
|
@@ -10,8 +10,8 @@ const pezkuwichain_js_1 = require("./pezkuwichain.js");
|
|
|
10
10
|
const shell_js_1 = require("./shell.js");
|
|
11
11
|
const statemine_js_1 = require("./statemine.js");
|
|
12
12
|
const statemint_js_1 = require("./statemint.js");
|
|
13
|
-
const zagros_js_1 = require("./zagros.js");
|
|
14
13
|
const westmint_js_1 = require("./westmint.js");
|
|
14
|
+
const zagros_js_1 = require("./zagros.js");
|
|
15
15
|
exports.typesSpec = {
|
|
16
16
|
'centrifuge-chain': centrifuge_chain_js_1.versioned,
|
|
17
17
|
dicle: dicle_js_1.versioned,
|
package/cjs/upgrades/index.js
CHANGED
|
@@ -7,7 +7,13 @@ const util_1 = require("@pezkuwi/util");
|
|
|
7
7
|
const allKnown = tslib_1.__importStar(require("./e2e/index.js"));
|
|
8
8
|
const NET_EXTRA = {
|
|
9
9
|
dicle: {
|
|
10
|
-
genesisHash: ['
|
|
10
|
+
genesisHash: ['0xd9d3cd7c1e5d890d969b957f4c5b71a111bbeeabc968f1d0d4538c2663f080a7']
|
|
11
|
+
},
|
|
12
|
+
pezkuwi: {
|
|
13
|
+
genesisHash: ['0x41693961995d879073269a008d0a52832caa3e0ae73869f02127f3d5daa4934c']
|
|
14
|
+
},
|
|
15
|
+
zagros: {
|
|
16
|
+
genesisHash: ['0x297f5a4d105b4b28312586ff1915572ffe4ee015ff772b76399ecbff25a22026']
|
|
11
17
|
}
|
|
12
18
|
};
|
|
13
19
|
/** @internal */
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/types-known', 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: '16.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/types-known', 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: '16.5.7' };
|
package/spec/index.js
CHANGED
|
@@ -7,8 +7,8 @@ import { versioned as pezkuwichain } from './pezkuwichain.js';
|
|
|
7
7
|
import { versioned as shell } from './shell.js';
|
|
8
8
|
import { versioned as statemine } from './statemine.js';
|
|
9
9
|
import { versioned as statemint } from './statemint.js';
|
|
10
|
-
import { versioned as zagros } from './zagros.js';
|
|
11
10
|
import { versioned as westmint } from './westmint.js';
|
|
11
|
+
import { versioned as zagros } from './zagros.js';
|
|
12
12
|
export const typesSpec = {
|
|
13
13
|
'centrifuge-chain': centrifugeChain,
|
|
14
14
|
dicle,
|
package/upgrades/index.js
CHANGED
|
@@ -3,7 +3,13 @@ import { BN, hexToU8a } from '@pezkuwi/util';
|
|
|
3
3
|
import * as allKnown from './e2e/index.js';
|
|
4
4
|
const NET_EXTRA = {
|
|
5
5
|
dicle: {
|
|
6
|
-
genesisHash: ['
|
|
6
|
+
genesisHash: ['0xd9d3cd7c1e5d890d969b957f4c5b71a111bbeeabc968f1d0d4538c2663f080a7']
|
|
7
|
+
},
|
|
8
|
+
pezkuwi: {
|
|
9
|
+
genesisHash: ['0x41693961995d879073269a008d0a52832caa3e0ae73869f02127f3d5daa4934c']
|
|
10
|
+
},
|
|
11
|
+
zagros: {
|
|
12
|
+
genesisHash: ['0x297f5a4d105b4b28312586ff1915572ffe4ee015ff772b76399ecbff25a22026']
|
|
7
13
|
}
|
|
8
14
|
};
|
|
9
15
|
/** @internal */
|