Skip to content

Commit

Permalink
feat: schedule deneb on goerli (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored Jan 7, 2024
1 parent 48dbc58 commit b3e5621
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 @@ -34,4 +34,7 @@ export const goerliChainConfig: ChainConfig = {
// Capella
CAPELLA_FORK_VERSION: b("0x03001020"),
CAPELLA_FORK_EPOCH: 162304,
// Deneb
DENEB_FORK_VERSION: b("0x04001020"),
DENEB_FORK_EPOCH: 231680,
};

0 comments on commit b3e5621

Please sign in to comment.