bump eth2-networks to include goerli/prater capella fork epoch (#4699)

This commit is contained in:
tersec 2023-03-07 05:03:47 +00:00 committed by GitHub
parent 9cd30768e7
commit 2c0762013e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -228,8 +228,10 @@ elif const_preset == "mainnet":
for network in [mainnetMetadata, praterMetadata, sepoliaMetadata]:
checkForkConsistency(network.cfg)
for network in [mainnetMetadata, praterMetadata]:
for network in [mainnetMetadata]:
doAssert network.cfg.CAPELLA_FORK_EPOCH == FAR_FUTURE_EPOCH
for network in [mainnetMetadata, praterMetadata]:
doAssert network.cfg.DENEB_FORK_EPOCH == FAR_FUTURE_EPOCH
proc getMetadataForNetwork*(

@ -1 +1 @@
Subproject commit 51f96a0a1c4d87580065cf1f4d7f57b49872675b
Subproject commit 7b4897888cebef23801540236f73123e21774954