Skip to content

Commit

Permalink
clients/reth: add cancun fork in mapper (ethereum#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored and Eikix committed Mar 1, 2024
1 parent 9bca303 commit 1aac136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/reth/mapper.jq
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def to_bool:
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
"terminalTotalDifficultyPassed": env.HIVE_TERMINAL_TOTAL_DIFFICULTY_PASSED|to_bool,
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,
"cancunTime": env.HIVE_CANCUN_TIMESTAMP|to_int,
}|remove_empty
}
2 changes: 2 additions & 0 deletions clients/reth/reth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# - HIVE_FORK_PETERSBURG block number for ConstantinopleFix/Petersburg transition
# - HIVE_FORK_ISTANBUL block number for Istanbul transition
# - HIVE_FORK_MUIR_GLACIER block number for MuirGlacier transition
# - HIVE_SHANGHAI_TIMESTAMP timestamp for Shanghai transition
# - HIVE_CANCUN_TIMESTAMP timestamp for Cancun transition
# - HIVE_LOGLEVEL client log level
#
# These flags are NOT supported by reth
Expand Down

0 comments on commit 1aac136

Please sign in to comment.