Skip to content

Commit 28f69cc

Browse files
authored
add Prater/Goerli deprecation notice (#5898)
1 parent 698a802 commit 28f69cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_chain/networking/network_metadata.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ proc getMetadataForNetwork*(networkName: string): Eth2NetworkMetadata =
361361
fatal "config.yaml not found for network", networkName
362362
quit 1
363363

364-
if networkName == "ropsten":
365-
warn "Ropsten is unsupported; https://blog.ethereum.org/2022/11/30/ropsten-shutdown-announcement suggests migrating to Goerli or Sepolia"
364+
if networkName in ["goerli", "prater"]:
365+
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"
366366

367367
let metadata =
368368
when const_preset == "gnosis":

0 commit comments

Comments
 (0)