Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Activate Muir Glacier form on Mainnet and Ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Dec 3, 2019
1 parent 95bd425 commit 2eb2a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libethashseal/genesis/mainNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

static dev::h256 const c_genesisStateRootMainNetwork("d7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544");
static std::string const c_genesisInfoMainNetwork = std::string() +
R"E(
R"E(
{
"sealEngine": "Ethash",
"params": {
Expand All @@ -19,6 +19,7 @@ R"E(
"constantinopleForkBlock": "0x6f1580",
"constantinopleFixForkBlock": "0x6f1580",
"istanbulForkBlock": "0x8a61c8",
"muirGlacierForkBlock": "0x8c6180",
"networkID" : "0x01",
"chainID": "0x01",
"maximumExtraDataSize": "0x20",
Expand Down
3 changes: 2 additions & 1 deletion libethashseal/genesis/ropsten.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "../GenesisInfo.h"

static std::string const c_genesisInfoRopsten = std::string() +
R"E(
R"E(
{
"sealEngine": "Ethash",
"params": {
Expand All @@ -18,6 +18,7 @@ R"E(
"constantinopleForkBlock": "0x408b70",
"constantinopleFixForkBlock": "0x4b5e82",
"istanbulForkBlock": "0x62f756",
"muirGlacierForkBlock": "0x6c993d",
"chainID": "0x03",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
Expand Down

0 comments on commit 2eb2a73

Please sign in to comment.