Skip to content

Commit

Permalink
feat: schedule deneb on gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 13, 2024
1 parent da0bcc8 commit e92d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/networks/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const gnosisChainConfig: ChainConfig = {
CAPELLA_FORK_EPOCH: 648704, // 2023-08-01T11:34:20.000Z
// Deneb
DENEB_FORK_VERSION: b("0x04000064"),
DENEB_FORK_EPOCH: Infinity,
DENEB_FORK_EPOCH: 889856, // 2024-03-11T18:30:20.000Z
};

0 comments on commit e92d3d5

Please sign in to comment.