Skip to content

Commit

Permalink
Schedule capella on goerli (#5228)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored and twoeths committed Mar 9, 2023
1 parent 77d3ce6 commit d297b36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/config/src/chainConfig/networks/goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ export const goerliChainConfig: IChainConfig = {
// Bellatrix
BELLATRIX_FORK_VERSION: b("0x02001020"),
BELLATRIX_FORK_EPOCH: 112260,
// Capella
CAPELLA_FORK_VERSION: b("0x03001020"),
CAPELLA_FORK_EPOCH: 162304,
};

0 comments on commit d297b36

Please sign in to comment.