We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f163d commit 708f234Copy full SHA for 708f234
clients/nethermind/mapper.jq
@@ -137,6 +137,9 @@ def clique_engine:
137
"MergeForkIdTransition": env.HIVE_MERGE_BLOCK_ID|to_hex,
138
139
# 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,
143
"eip4895TransitionTimestamp": env.HIVE_SHANGHAI_TIMESTAMP|to_hex,
144
145
# Other chain parameters
0 commit comments