Add Goerli as an alias to Prater (#11065)

* Add Goerli as an alias to Parter

* Revert "Add Goerli as an alias to Parter"

This reverts commit 47311ce8b0.

* Preston's feedback
This commit is contained in:
terencechain
2022-07-19 13:00:16 -07:00
committed by GitHub
parent e770f0fe1f
commit 82ae4caca8

View File

@@ -9,8 +9,9 @@ import (
var (
// PraterTestnet flag for the multiclient Ethereum consensus testnet.
PraterTestnet = &cli.BoolFlag{
Name: "prater",
Usage: "Run Prysm configured for the Prater test network",
Name: "prater",
Usage: "Run Prysm configured for the Prater / Goerli test network",
Aliases: []string{"goerli"},
}
// RopstenTestnet flag for the multiclient Ethereum consensus testnet.
RopstenTestnet = &cli.BoolFlag{