@polkadot/networks 13.4.4 → 13.5.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.
- package/cjs/defaults/genesis.js +3 -0
- package/cjs/defaults/ledger.js +1 -0
- package/cjs/packageInfo.js +1 -1
- package/defaults/genesis.js +3 -0
- package/defaults/ledger.js +1 -0
- package/package.json +2 -2
- package/packageInfo.js +1 -1
package/cjs/defaults/genesis.js
CHANGED
|
@@ -89,6 +89,9 @@ exports.knownGenesis = {
|
|
|
89
89
|
'0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
|
|
90
90
|
'0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
|
|
91
91
|
],
|
|
92
|
+
liberland: [
|
|
93
|
+
'0x6bd89e052d67a45bb60a9a23e8581053d5e0d619f15cb9865946937e690c42d6'
|
|
94
|
+
],
|
|
92
95
|
matrixchain: [
|
|
93
96
|
'0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'
|
|
94
97
|
],
|
package/cjs/defaults/ledger.js
CHANGED
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: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.2' };
|
package/defaults/genesis.js
CHANGED
|
@@ -86,6 +86,9 @@ export const knownGenesis = {
|
|
|
86
86
|
'0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636', // Kusama CC2
|
|
87
87
|
'0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
|
|
88
88
|
],
|
|
89
|
+
liberland: [
|
|
90
|
+
'0x6bd89e052d67a45bb60a9a23e8581053d5e0d619f15cb9865946937e690c42d6'
|
|
91
|
+
],
|
|
89
92
|
matrixchain: [
|
|
90
93
|
'0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'
|
|
91
94
|
],
|
package/defaults/ledger.js
CHANGED
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"type": "module",
|
|
18
|
-
"version": "13.
|
|
18
|
+
"version": "13.5.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.
|
|
185
|
+
"@polkadot/util": "13.5.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.
|
|
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.2' };
|