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

Commit

Permalink
Merge pull request #5461 from ethereum/activate-constantinple-fix
Browse files Browse the repository at this point in the history
Activate ConstantinopleFix fork in the main net and ropsten configs
  • Loading branch information
gumb0 authored Jan 30, 2019
2 parents c901c8a + 7ca0be4 commit 7294715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libethashseal/genesis/mainNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ R"E(
"EIP150ForkBlock": "0x259518",
"EIP158ForkBlock": "0x28d138",
"byzantiumForkBlock": "0x42ae50",
"constantinopleForkBlock": "0x6f1580",
"constantinopleFixForkBlock": "0x6f1580",
"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 @@ -27,7 +27,8 @@ R"E(
"EIP158ForkBlock": "0x0a",
"daoHardforkBlock": "0x00",
"byzantiumForkBlock": "0x19f0a0",
"constantinopleForkBlock": "0x408B70",
"constantinopleForkBlock": "0x408b70",
"constantinopleFixForkBlock": "0x4b5e82",
"chainID": "0x03",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
Expand Down

0 comments on commit 7294715

Please sign in to comment.