Skip to content

Commit 1aac136

Browse files
RjectedEikix
authored andcommitted
clients/reth: add cancun fork in mapper (ethereum#842)
1 parent 9bca303 commit 1aac136

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clients/reth/mapper.jq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

clients/reth/reth.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
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

0 commit comments

Comments
 (0)