Skip to content

Commit 708f234

Browse files
marioevzRjected
authored andcommitted
clients/nethermind: add shanghai EIPs to mapper (ethereum#686)
1 parent d1f163d commit 708f234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clients/nethermind/mapper.jq

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ def clique_engine:
137137
"MergeForkIdTransition": env.HIVE_MERGE_BLOCK_ID|to_hex,
138138

139139
# Shanghai
140+
"eip3651TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
141+
"eip3855TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
142+
"eip3860TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
140143
"eip4895TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
141144

142145
# Other chain parameters

0 commit comments

Comments
 (0)