mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
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
|
||||
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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user