Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beacon_chain/spec/presets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ elif const_preset == "gnosis":
ELECTRA_FORK_VERSION: Version [byte 0x05, 0x00, 0x00, 0x64],
ELECTRA_FORK_EPOCH: FAR_FUTURE_EPOCH,
# Fulu
FULU_FORK_VERSION: Version [byte 0x06, 0x00, 0x00, 0x00],
FULU_FORK_VERSION: Version [byte 0x06, 0x00, 0x00, 0x64],
FULU_FORK_EPOCH: FAR_FUTURE_EPOCH,

# Time parameters
Expand Down
Loading