@polkadot/networks
Advanced tools
Comparing version 12.4.2 to 12.5.1
@@ -49,2 +49,5 @@ "use strict"; | ||
], | ||
enjin: [ | ||
'0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9' | ||
], | ||
equilibrium: [ | ||
@@ -80,2 +83,5 @@ '0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925' | ||
], | ||
matrixchain: [ | ||
'0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615' | ||
], | ||
nodle: [ | ||
@@ -82,0 +88,0 @@ '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21' |
@@ -16,2 +16,3 @@ "use strict"; | ||
edgeware: 0x0000020b, | ||
enjin: 0x00000483, | ||
equilibrium: 0x05f5e0fd, | ||
@@ -24,2 +25,3 @@ genshiro: 0x05f5e0fc, | ||
kusama: 0x000001b2, | ||
matrixchain: 0x00000483, | ||
nodle: 0x000003eb, | ||
@@ -26,0 +28,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: '12.4.2' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.5.1' }; |
@@ -46,2 +46,5 @@ export const knownGenesis = { | ||
], | ||
enjin: [ | ||
'0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9' | ||
], | ||
equilibrium: [ | ||
@@ -77,2 +80,5 @@ '0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925' | ||
], | ||
matrixchain: [ | ||
'0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615' | ||
], | ||
nodle: [ | ||
@@ -79,0 +85,0 @@ '0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21' |
@@ -13,2 +13,3 @@ export const knownLedger = { | ||
edgeware: 0x0000020b, | ||
enjin: 0x00000483, | ||
equilibrium: 0x05f5e0fd, | ||
@@ -21,2 +22,3 @@ genshiro: 0x05f5e0fc, | ||
kusama: 0x000001b2, | ||
matrixchain: 0x00000483, | ||
nodle: 0x000003eb, | ||
@@ -23,0 +25,0 @@ origintrail: 0x00000162, |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "12.4.2", | ||
"version": "12.5.1", | ||
"main": "./cjs/index.js", | ||
@@ -104,3 +104,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "12.4.2", | ||
"@polkadot/util": "12.5.1", | ||
"@substrate/ss58-registry": "^1.43.0", | ||
@@ -107,0 +107,0 @@ "tslib": "^2.6.2" |
@@ -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: '12.4.2' }; | ||
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: '12.5.1' }; |
@@ -10,10 +10,17 @@ import type { RegistryEntry } from '@substrate/ss58-registry'; | ||
export interface SubstrateNetwork extends KnownSubstrate { | ||
/** The genesisHash for the chain */ | ||
genesisHash: HexString[]; | ||
/** Does the chain has support for Ledger devices */ | ||
hasLedgerSupport: boolean; | ||
/** The IdentityIcon to use for the chain */ | ||
icon: Icon; | ||
/** Flag set when we don't include this chain */ | ||
isIgnored: boolean; | ||
/** Flag to indicate a testnet */ | ||
isTestnet: boolean; | ||
/** The Ledger-specific/required slip44 for the chain */ | ||
slip44?: number | null; | ||
} | ||
export interface Network extends SubstrateNetwork { | ||
/** The network assigned to this chain */ | ||
network: string; | ||
@@ -20,0 +27,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38420
645
+ Added@polkadot/util@12.5.1(transitive)
+ Added@polkadot/x-bigint@12.5.1(transitive)
+ Added@polkadot/x-global@12.5.1(transitive)
+ Added@polkadot/x-textdecoder@12.5.1(transitive)
+ Added@polkadot/x-textencoder@12.5.1(transitive)
+ Added@types/node@22.8.7(transitive)
- Removed@polkadot/util@12.4.2(transitive)
- Removed@polkadot/x-bigint@12.4.2(transitive)
- Removed@polkadot/x-global@12.4.2(transitive)
- Removed@polkadot/x-textdecoder@12.4.2(transitive)
- Removed@polkadot/x-textencoder@12.4.2(transitive)
- Removed@types/node@22.9.0(transitive)
Updated@polkadot/util@12.5.1