Skip to content

Commit bfda794

Browse files
g11techensi321
authored andcommitted
feat: schedule deneb on goerli (ChainSafe#6254)
1 parent 54721af commit bfda794

File tree

1 file changed

+3
-0
lines changed
  • packages/config/src/chainConfig/networks

1 file changed

+3
-0
lines changed

packages/config/src/chainConfig/networks/goerli.ts

+3
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ export const goerliChainConfig: ChainConfig = {
3434
// Capella
3535
CAPELLA_FORK_VERSION: b("0x03001020"),
3636
CAPELLA_FORK_EPOCH: 162304,
37+
// Deneb
38+
DENEB_FORK_VERSION: b("0x04001020"),
39+
DENEB_FORK_EPOCH: 231680,
3740
};

0 commit comments

Comments
 (0)