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 12.5.1 to 12.6.1

3

cjs/defaults/genesis.js

@@ -116,2 +116,5 @@ "use strict";

],
quartz: [
'0xcd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554'
],
rococo: [

@@ -118,0 +121,0 @@ '0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e',

3

cjs/defaults/ledger.js

@@ -34,2 +34,3 @@ "use strict";

polymesh: 0x00000253,
quartz: 0x00000277,
sora: 0x00000269,

@@ -40,3 +41,3 @@ stafi: 0x0000038b,

ternoa: 0x00003e3,
unique: 0x00000162,
unique: 0x00000295,
vtb: 0x000002b6,

@@ -43,0 +44,0 @@ xxnetwork: 0x000007a3,

"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.5.1' };
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.6.1' };

@@ -113,2 +113,5 @@ export const knownGenesis = {

],
quartz: [
'0xcd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554'
],
rococo: [

@@ -115,0 +118,0 @@ '0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e',

@@ -31,2 +31,3 @@ export const knownLedger = {

polymesh: 0x00000253,
quartz: 0x00000277,
sora: 0x00000269,

@@ -37,3 +38,3 @@ stafi: 0x0000038b,

ternoa: 0x00003e3,
unique: 0x00000162,
unique: 0x00000295,
vtb: 0x000002b6,

@@ -40,0 +41,0 @@ xxnetwork: 0x000007a3,

@@ -6,3 +6,3 @@ {

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -19,3 +19,3 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/networks#readme",

"type": "module",
"version": "12.5.1",
"version": "12.6.1",
"main": "./cjs/index.js",

@@ -105,6 +105,6 @@ "module": "./index.js",

"dependencies": {
"@polkadot/util": "12.5.1",
"@substrate/ss58-registry": "^1.43.0",
"@polkadot/util": "12.6.1",
"@substrate/ss58-registry": "^1.44.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.5.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.6.1' };
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