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
751
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 4.2.2-9 to 4.2.2-10

16

index.js

@@ -294,2 +294,10 @@ "use strict";

decimals: [18],
displayName: 'KILT Chain',
network: 'kilt',
prefix: 38,
standardAccount: '*25519',
symbols: ['KILT'],
website: 'https://kilt.io/'
}, {
decimals: [18],
displayName: 'MathChain mainnet',

@@ -311,2 +319,10 @@ network: 'mathchain',

decimals: null,
displayName: 'Polimec Chain',
network: 'poli',
prefix: 41,
standardAccount: '*25519',
symbols: null,
website: 'https://polimec.io/'
}, {
decimals: null,
displayName: 'Substrate',

@@ -313,0 +329,0 @@ network: 'substrate',

17

package.json
{
"name": "@polkadot/networks",
"version": "4.2.2-9",
"version": "4.2.2-10",
"description": "A list of all available Substrate networks and their applicable prefixes",

@@ -8,6 +8,2 @@ "main": "index.js",

"repository": "github:polkadot-js/common",
"keywords": [
"Polkadot",
"ss58"
],
"author": "Jaco Greeff <jacogr@gmail.com>",

@@ -23,5 +19,10 @@ "maintainers": [],

"devDependencies": {
"@polkadot/util": "4.2.2-9",
"@polkadot/x-fetch": "4.2.2-9"
"@polkadot/util": "4.2.2-10",
"@polkadot/x-fetch": "4.2.2-10"
},
"exports": {
".": "./index.js",
"./package.json": "./package.json",
"./types": "./types.js"
}
}
}
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