Skip to content

Commit

Permalink
clients/nethermind: add shanghai EIPs to mapper (ethereum#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and Rjected committed Feb 7, 2023
1 parent d1f163d commit 708f234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/nethermind/mapper.jq
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ def clique_engine:
"MergeForkIdTransition": env.HIVE_MERGE_BLOCK_ID|to_hex,

# Shanghai
"eip3651TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
"eip3855TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
"eip3860TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
"eip4895TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,

# Other chain parameters
Expand Down

0 comments on commit 708f234

Please sign in to comment.