add Prater/Goerli deprecation notice (#5898)

This commit is contained in:
tersec 2024-02-19 10:09:39 +00:00 committed by GitHub
parent 698a802168
commit 28f69ccc0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,8 @@ proc getMetadataForNetwork*(networkName: string): Eth2NetworkMetadata =
fatal "config.yaml not found for network", networkName
quit 1
if networkName == "ropsten":
warn "Ropsten is unsupported; https://blog.ethereum.org/2022/11/30/ropsten-shutdown-announcement suggests migrating to Goerli or Sepolia"
if networkName in ["goerli", "prater"]:
warn "Goerli is deprecated and will stop being supported; https://blog.ethereum.org/2023/11/30/goerli-lts-update suggests migrating to Holesky or Sepolia"
let metadata =
when const_preset == "gnosis":