Skip to content

Commit

Permalink
Merge pull request #18 from ethpandaops/bbusa/nethermindshanghai
Browse files Browse the repository at this point in the history
add nethermind shanghai EIPs support
  • Loading branch information
barnabasbusa authored Dec 21, 2022
2 parents 84e11e7 + 77bc65f commit 0107258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/el-gen/genesis_chainspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"eip3529Transition": "0x0",
"eip3541Transition": "0x0",
"eip4895TransitionTimestamp": hex(int(data['genesis_timestamp']) + int(data['genesis_delay']) + (int(data['capella_fork_epoch']) * 32 * 12)),
"eip3855TransitionTimestamp": hex(int(data['genesis_timestamp']) + int(data['genesis_delay']) + (int(data['capella_fork_epoch']) * 32 * 12)),
"eip3651TransitionTimestamp": hex(int(data['genesis_timestamp']) + int(data['genesis_delay']) + (int(data['capella_fork_epoch']) * 32 * 12)),
"eip3860TransitionTimestamp": hex(int(data['genesis_timestamp']) + int(data['genesis_delay']) + (int(data['capella_fork_epoch']) * 32 * 12)),
"terminalTotalDifficulty":"0x0"
},
"genesis": {
"seal": {
Expand Down

0 comments on commit 0107258

Please sign in to comment.