@polkadot/networks
Advanced tools
Comparing version 12.2.2 to 12.3.1
@@ -154,3 +154,6 @@ "use strict"; | ||
'0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa' | ||
], | ||
zeitgeist: [ | ||
'0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060' | ||
] | ||
}; |
@@ -39,3 +39,4 @@ "use strict"; | ||
vtb: 0x000002b6, | ||
xxnetwork: 0x000007a3 | ||
xxnetwork: 0x000007a3, | ||
zeitgeist: 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.2.2' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.3.1' }; |
@@ -151,3 +151,6 @@ export const knownGenesis = { | ||
'0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa' | ||
], | ||
zeitgeist: [ | ||
'0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060' | ||
] | ||
}; |
@@ -36,3 +36,4 @@ export const knownLedger = { | ||
vtb: 0x000002b6, | ||
xxnetwork: 0x000007a3 | ||
xxnetwork: 0x000007a3, | ||
zeitgeist: 0x00000162 | ||
}; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "12.2.2", | ||
"version": "12.3.1", | ||
"main": "./cjs/index.js", | ||
@@ -104,3 +104,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "12.2.2", | ||
"@polkadot/util": "12.3.1", | ||
"@substrate/ss58-registry": "^1.40.0", | ||
@@ -107,0 +107,0 @@ "tslib": "^2.5.3" |
@@ -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.2.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.3.1' }; |
import type { RegistryEntry } from '@substrate/ss58-registry'; | ||
import type { HexString } from '@polkadot/util/types'; | ||
export type Icon = 'beachball' | 'empty' | 'jdenticon' | 'polkadot' | 'substrate'; | ||
export type KnownIcon = Record<string, Icon>; | ||
export type KnownLedger = Record<string, number>; | ||
export type KnownGenesis = Record<string, string[]>; | ||
export type KnownGenesis = Record<string, HexString[]>; | ||
export type KnownSubstrate = RegistryEntry; | ||
@@ -7,0 +8,0 @@ export type KnownTestnet = Record<string, true>; |
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
37618
622
+ Added@polkadot/util@12.3.1(transitive)
+ Added@polkadot/x-bigint@12.3.1(transitive)
+ Added@polkadot/x-global@12.3.1(transitive)
+ Added@polkadot/x-textdecoder@12.3.1(transitive)
+ Added@polkadot/x-textencoder@12.3.1(transitive)
- Removed@polkadot/util@12.2.2(transitive)
- Removed@polkadot/x-bigint@12.2.2(transitive)
- Removed@polkadot/x-global@12.2.2(transitive)
- Removed@polkadot/x-textdecoder@12.2.2(transitive)
- Removed@polkadot/x-textencoder@12.2.2(transitive)
Updated@polkadot/util@12.3.1