We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54721af commit bfda794Copy full SHA for bfda794
packages/config/src/chainConfig/networks/goerli.ts
@@ -34,4 +34,7 @@ export const goerliChainConfig: ChainConfig = {
34
// Capella
35
CAPELLA_FORK_VERSION: b("0x03001020"),
36
CAPELLA_FORK_EPOCH: 162304,
37
+ // Deneb
38
+ DENEB_FORK_VERSION: b("0x04001020"),
39
+ DENEB_FORK_EPOCH: 231680,
40
};
0 commit comments