mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Remove testnets prior to spec v1.0.0 (#7802)
This commit is contained in:
@@ -67,7 +67,7 @@ type handler struct {
|
||||
|
||||
func main() {
|
||||
// Using Medalla as the default configuration.
|
||||
params.UseMedallaConfig()
|
||||
params.UsePyrmontConfig()
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
||||
@@ -32,8 +32,7 @@ type UnencryptedKeys struct {
|
||||
}
|
||||
|
||||
func main() {
|
||||
// Using Medalla as the default configuration.
|
||||
params.UseMedallaConfig()
|
||||
params.UsePyrmontConfig()
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
||||
@@ -29,8 +29,7 @@ var (
|
||||
)
|
||||
|
||||
func main() {
|
||||
// Using Medalla as the default configuration.
|
||||
params.UseMedallaConfig()
|
||||
params.UsePyrmontConfig()
|
||||
|
||||
flag.Parse()
|
||||
if *verbose {
|
||||
|
||||
@@ -48,7 +48,7 @@ func main() {
|
||||
customFormatter.FullTimestamp = true
|
||||
logrus.SetFormatter(customFormatter)
|
||||
|
||||
params.UseMedallaConfig()
|
||||
params.UsePyrmontConfig()
|
||||
|
||||
app := cli.App{}
|
||||
app.Name = "sendDepositTx"
|
||||
|
||||
Reference in New Issue
Block a user