Skip to content

Commit

Permalink
Set Capella fork epoch for Goerli (#4044)
Browse files Browse the repository at this point in the history
## Issue Addressed

NA

## Proposed Changes

Sets the Capella fork epoch as per eth-clients/goerli#160.

The fork will occur at:

- Epoch: 162304
- Slot: 5193728
- UTC: 14/03/2023, 10:25:36 pm

## Additional Info

- [x] Blocked on eth-clients/goerli#160 being merged
  • Loading branch information
paulhauner committed Mar 7, 2023
1 parent 3ad77fb commit 5bb635d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ ALTAIR_FORK_EPOCH: 36660
# Merge
BELLATRIX_FORK_VERSION: 0x02001020
BELLATRIX_FORK_EPOCH: 112260
# Capella
CAPELLA_FORK_VERSION: 0x03001020
CAPELLA_FORK_EPOCH: 162304
# Sharding
SHARDING_FORK_VERSION: 0x03001020
SHARDING_FORK_VERSION: 0x04001020
SHARDING_FORK_EPOCH: 18446744073709551615

# TBD, 2**32 is a placeholder. Merge transition approach is in active R&D.
Expand Down

0 comments on commit 5bb635d

Please sign in to comment.