Skip to content

Commit

Permalink
Merge pull request #8 from asdacap/update-geth-merge-config-field
Browse files Browse the repository at this point in the history
Update geth merge fork block config
  • Loading branch information
parithosh authored Jul 12, 2022
2 parents 46c4c72 + a0bc5f4 commit ed2b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/el-gen/genesis_geth.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"istanbulBlock":0,
"berlinBlock":0,
"londonBlock":0,
"mergeForkBlock":int(data['mergeForkBlock']),
"mergeNetsplitBlock":int(data['mergeForkBlock']),
"terminalTotalDifficulty":int(data['terminal_total_difficulty'])
},
"alloc": {
Expand Down

0 comments on commit ed2b44a

Please sign in to comment.