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

@chainsafe/lodestar-config

Package Overview
Dependencies
Maintainers
5
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-config - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0-dev.510f3108e4

2

lib/chainConfig/networks/ropsten.js

@@ -23,3 +23,3 @@ /* eslint-disable @typescript-eslint/naming-convention */

BELLATRIX_FORK_EPOCH: 750,
TERMINAL_TOTAL_DIFFICULTY: BigInt(43531756765713534),
TERMINAL_TOTAL_DIFFICULTY: BigInt(100000000000000000000000),
// # Sharding

@@ -26,0 +26,0 @@ SHARDING_FORK_VERSION: b("0x03001020"),

@@ -8,3 +8,3 @@ /* eslint-disable @typescript-eslint/naming-convention */

// TBD, 2**256-1 is a placeholder
TERMINAL_TOTAL_DIFFICULTY: BigInt(115792089237316195423570985008687907853269984665640564039457584007913129639935),
TERMINAL_TOTAL_DIFFICULTY: BigInt("115792089237316195423570985008687907853269984665640564039457584007913129639935"),
TERMINAL_BLOCK_HASH: b("0x0000000000000000000000000000000000000000000000000000000000000000"),

@@ -11,0 +11,0 @@ TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: Infinity,

@@ -9,3 +9,3 @@ /* eslint-disable @typescript-eslint/naming-convention */

// TBD, 2**256-1 is a placeholder
TERMINAL_TOTAL_DIFFICULTY: BigInt(115792089237316195423570985008687907853269984665640564039457584007913129639935),
TERMINAL_TOTAL_DIFFICULTY: BigInt("115792089237316195423570985008687907853269984665640564039457584007913129639935"),
TERMINAL_BLOCK_HASH: b("0x0000000000000000000000000000000000000000000000000000000000000000"),

@@ -12,0 +12,0 @@ TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: Infinity,

{
"name": "@chainsafe/lodestar-config",
"version": "0.37.0",
"version": "0.38.0-dev.510f3108e4",
"description": "Chain configuration required for lodestar",

@@ -69,7 +69,7 @@ "author": "ChainSafe Systems",

"dependencies": {
"@chainsafe/lodestar-params": "^0.37.0",
"@chainsafe/lodestar-types": "^0.37.0",
"@chainsafe/lodestar-params": "0.38.0-dev.510f3108e4",
"@chainsafe/lodestar-types": "0.38.0-dev.510f3108e4",
"@chainsafe/ssz": "^0.9.1"
},
"gitHead": "fec2b425e836437184adfcf865c80faeb53c3483"
"gitHead": "8d538ef8d485311fe1d3a9cc5fe54645f002d968"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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