@polkadot/networks
Advanced tools
Comparing version 5.4.4 to 5.4.5-0
@@ -47,2 +47,3 @@ "use strict"; | ||
prefix: 0, | ||
slip44: 0x00000162, | ||
standardAccount: '*25519', | ||
@@ -62,2 +63,3 @@ symbols: ['DOT'], | ||
prefix: 2, | ||
slip44: 0x000001b2, | ||
standardAccount: '*25519', | ||
@@ -139,2 +141,3 @@ symbols: ['KSM'], | ||
prefix: 12, | ||
slip44: 0x00000253, | ||
standardAccount: '*25519', | ||
@@ -226,2 +229,3 @@ symbols: ['POLYX'], | ||
prefix: 22, | ||
slip44: 0x00000252, | ||
standardAccount: '*25519', | ||
@@ -228,0 +232,0 @@ symbols: ['DCK'], |
{ | ||
"name": "@polkadot/networks", | ||
"version": "5.4.4" | ||
"version": "5.4.5-0" | ||
} |
{ | ||
"name": "@polkadot/networks", | ||
"version": "5.4.4", | ||
"version": "5.4.5-0", | ||
"description": "A list of all available Substrate networks and their applicable prefixes", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@polkadot/util": "5.4.4", | ||
"@polkadot/x-fetch": "5.4.4" | ||
"@polkadot/util": "5.4.5-0", | ||
"@polkadot/x-fetch": "5.4.5-0" | ||
}, | ||
@@ -22,0 +22,0 @@ "exports": { |
@@ -11,2 +11,3 @@ export declare type Icon = 'beachball' | 'empty' | 'jdenticon' | 'polkadot' | 'substrate'; | ||
isIgnored?: boolean; | ||
slip44?: number; | ||
standardAccount: '*25519' | null; | ||
@@ -13,0 +14,0 @@ symbols: string[] | null; |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
36201
847
1