Skip to content

Commit

Permalink
feat: schedule deneb on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Feb 8, 2024
1 parent cb99fc4 commit 8343dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/configs/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const chainConfig: ChainConfig = {

// Deneb
DENEB_FORK_VERSION: b("0x04000000"),
DENEB_FORK_EPOCH: Infinity,
DENEB_FORK_EPOCH: 269568, // March 13, 2024, 01:55:35pm UTC

// Time parameters
// ---------------------------------------------------------------
Expand Down

0 comments on commit 8343dbe

Please sign in to comment.