We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40ef3f commit 9aee472Copy full SHA for 9aee472
cmd/geth/main.go
@@ -298,6 +298,9 @@ func prepare(ctx *cli.Context) {
298
case ctx.GlobalIsSet(utils.ScrollSepoliaFlag.Name):
299
log.Info("Starting l2geth on Scroll Sepolia testnet...")
300
301
+ case ctx.GlobalIsSet(utils.ScrollFlag.Name):
302
+ log.Info("Starting l2geth on Scroll mainnet...")
303
+
304
case ctx.GlobalIsSet(utils.DeveloperFlag.Name):
305
log.Info("Starting Geth in ephemeral dev mode...")
306
0 commit comments