Skip to content

Commit

Permalink
bump goerli to 6522ac6684693740cd4ddcc2a0662e03702aa4a1 (#5687)
Browse files Browse the repository at this point in the history
- schedule dencun on goerli
  • Loading branch information
etan-status authored and zah committed Jan 3, 2024
1 parent 5b66d8d commit 7467dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions beacon_chain/networking/network_metadata.nim
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ elif const_preset == "mainnet":
doAssert network.cfg.ALTAIR_FORK_EPOCH < FAR_FUTURE_EPOCH
doAssert network.cfg.BELLATRIX_FORK_EPOCH < FAR_FUTURE_EPOCH
doAssert network.cfg.CAPELLA_FORK_EPOCH < FAR_FUTURE_EPOCH
for network in [praterMetadata]:
doAssert network.cfg.DENEB_FORK_EPOCH < FAR_FUTURE_EPOCH
for network in [mainnetMetadata, sepoliaMetadata, holeskyMetadata]:
doAssert network.cfg.DENEB_FORK_EPOCH == FAR_FUTURE_EPOCH

proc getMetadataForNetwork*(networkName: string): Eth2NetworkMetadata =
Expand Down
2 changes: 1 addition & 1 deletion vendor/goerli
Submodule goerli updated 2 files
+1 −0 README.md
+46 −1 prater/config.yaml

0 comments on commit 7467dd9

Please sign in to comment.