fix: scroll greeting message (#885)

This commit is contained in:
Ömer Faruk Irmak 2024-07-06 14:54:54 +03:00 committed by GitHub
parent a40ef3f6e0
commit 9aee47255f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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...")