Remove testnets prior to spec v1.0.0 (#7802)

This commit is contained in:
Preston Van Loon
2020-11-12 22:42:33 -08:00
committed by GitHub
parent 21d4c8f3f8
commit 8d50fa10e6
15 changed files with 18 additions and 310 deletions

View File

@@ -67,7 +67,7 @@ type handler struct {
func main() {
// Using Medalla as the default configuration.
params.UseMedallaConfig()
params.UsePyrmontConfig()
flag.Parse()

View File

@@ -32,8 +32,7 @@ type UnencryptedKeys struct {
}
func main() {
// Using Medalla as the default configuration.
params.UseMedallaConfig()
params.UsePyrmontConfig()
flag.Parse()

View File

@@ -29,8 +29,7 @@ var (
)
func main() {
// Using Medalla as the default configuration.
params.UseMedallaConfig()
params.UsePyrmontConfig()
flag.Parse()
if *verbose {

View File

@@ -48,7 +48,7 @@ func main() {
customFormatter.FullTimestamp = true
logrus.SetFormatter(customFormatter)
params.UseMedallaConfig()
params.UsePyrmontConfig()
app := cli.App{}
app.Name = "sendDepositTx"