mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user