@polkadot/networks
Advanced tools
Comparing version
@@ -103,2 +103,5 @@ "use strict"; | ||
], | ||
mythos: [ | ||
'0xf6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9' | ||
], | ||
nodle: [ | ||
@@ -105,0 +108,0 @@ '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21' |
@@ -31,2 +31,3 @@ "use strict"; | ||
matrixchain: 0x00000483, | ||
mythos: 0x0000003c, | ||
nodle: 0x000003eb, | ||
@@ -33,0 +34,0 @@ origintrail: 0x00000162, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.4' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.5' }; |
@@ -100,2 +100,5 @@ export const knownGenesis = { | ||
], | ||
mythos: [ | ||
'0xf6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9' | ||
], | ||
nodle: [ | ||
@@ -102,0 +105,0 @@ '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21' |
@@ -28,2 +28,3 @@ export const knownLedger = { | ||
matrixchain: 0x00000483, | ||
mythos: 0x0000003c, | ||
nodle: 0x000003eb, | ||
@@ -30,0 +31,0 @@ origintrail: 0x00000162, |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "13.5.4", | ||
"version": "13.5.5", | ||
"main": "./cjs/index.js", | ||
@@ -186,3 +186,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "13.5.4", | ||
"@polkadot/util": "13.5.5", | ||
"@substrate/ss58-registry": "^1.51.0", | ||
@@ -189,0 +189,0 @@ "tslib": "^2.8.0" |
@@ -1,1 +0,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' }; | ||
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' }; |
45660
0.54%780
1.04%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated