Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/networks

Package Overview
Dependencies
Maintainers
2
Versions
752
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/networks - npm Package Compare versions

Comparing version 5.4.4 to 5.4.5-0

4

index.js

@@ -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'],

2

package-info.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc