Skip to content

Commit

Permalink
clients/reth: fix merge netsplit block in mapper (#986)
Browse files Browse the repository at this point in the history
Rjected authored Feb 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent df7a050 commit fcfdd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/reth/mapper.jq
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ def to_bool:
"londonBlock": env.HIVE_FORK_LONDON|to_int,
"arrowGlacierBlock": env.HIVE_FORK_ARROW_GLACIER|to_int,
"grayGlacierBlock": env.HIVE_FORK_GRAY_GLACIER|to_int,
"parisBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
"mergeNetsplitBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
"terminalTotalDifficultyPassed": env.HIVE_TERMINAL_TOTAL_DIFFICULTY_PASSED|to_bool,
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,

0 comments on commit fcfdd50

Please sign in to comment.