Skip to content

Commit

Permalink
fix: scroll greeting message (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak authored Jul 6, 2024
1 parent a40ef3f commit 9aee472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ func prepare(ctx *cli.Context) {
case ctx.GlobalIsSet(utils.ScrollSepoliaFlag.Name):
log.Info("Starting l2geth on Scroll Sepolia testnet...")

case ctx.GlobalIsSet(utils.ScrollFlag.Name):
log.Info("Starting l2geth on Scroll mainnet...")

case ctx.GlobalIsSet(utils.DeveloperFlag.Name):
log.Info("Starting Geth in ephemeral dev mode...")

Expand Down

0 comments on commit 9aee472

Please sign in to comment.