File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,6 @@ def to_bool:
5555 "terminalTotalDifficulty" : env .HIVE_TERMINAL_TOTAL_DIFFICULTY | to_int ,
5656 "terminalTotalDifficultyPassed" : env .HIVE_TERMINAL_TOTAL_DIFFICULTY_PASSED | to_bool ,
5757 "shanghaiTime" : env .HIVE_SHANGHAI_TIMESTAMP | to_int ,
58+ "cancunTime" : env .HIVE_CANCUN_TIMESTAMP | to_int ,
5859 }| remove_empty
5960}
Original file line number Diff line number Diff line change 2121# - HIVE_FORK_PETERSBURG block number for ConstantinopleFix/Petersburg transition
2222# - HIVE_FORK_ISTANBUL block number for Istanbul transition
2323# - HIVE_FORK_MUIR_GLACIER block number for MuirGlacier transition
24+ # - HIVE_SHANGHAI_TIMESTAMP timestamp for Shanghai transition
25+ # - HIVE_CANCUN_TIMESTAMP timestamp for Cancun transition
2426# - HIVE_LOGLEVEL client log level
2527#
2628# These flags are NOT supported by reth
You can’t perform that action at this time.
0 commit comments