add Prater/Goerli deprecation notice (#5898)
This commit is contained in:
parent
698a802168
commit
28f69ccc0a
|
@ -361,8 +361,8 @@ proc getMetadataForNetwork*(networkName: string): Eth2NetworkMetadata =
|
||||||
fatal "config.yaml not found for network", networkName
|
fatal "config.yaml not found for network", networkName
|
||||||
quit 1
|
quit 1
|
||||||
|
|
||||||
if networkName == "ropsten":
|
if networkName in ["goerli", "prater"]:
|
||||||
warn "Ropsten is unsupported; https://blog.ethereum.org/2022/11/30/ropsten-shutdown-announcement suggests migrating to Goerli or Sepolia"
|
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 =
|
let metadata =
|
||||||
when const_preset == "gnosis":
|
when const_preset == "gnosis":
|
||||||
|
|
Loading…
Reference in New Issue