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

ethereum-common

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-common - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

10

index.js

@@ -1,8 +0,4 @@

var params = module.exports = require('./params.json')
var params = require('./params.json')
params.genesisState = require('./genesisState.json')
//load it dynamical because it's slow
Object.defineProperties(params, {
genesisState: {
get: require.bind(this, './genesisState.json')
}
})
module.exports = params
{
"name": "ethereum-common",
"version": "0.0.10",
"version": "0.0.11",
"description": "Resources common to all Ethereum implementations",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -215,3 +215,14 @@ {

"d": "the amount a miner gets for inculding a uncle"
},
"homeSteadForkNumber": {
"v": 720000
"d": "the block that the homestead fork started at"
},
"timebombPeriod": {
"v": 100000
"d": "Exponential difficulty timebomb period"
},
"freeBlockPeriod": {
"v": 2
}
}
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