fix: scroll greeting message (#927)

This commit is contained in:
HAOYUatHZ 2024-07-25 12:02:39 +08:00 committed by GitHub
parent ad4d842726
commit 07fe67a904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,6 +295,9 @@ func prepare(ctx *cli.Context) {
case ctx.IsSet(utils.ScrollSepoliaFlag.Name): case ctx.IsSet(utils.ScrollSepoliaFlag.Name):
log.Info("Starting l2geth on Scroll Sepolia testnet...") log.Info("Starting l2geth on Scroll Sepolia testnet...")
case ctx.IsSet(utils.ScrollFlag.Name):
log.Info("Starting l2geth on Scroll mainnet...")
case ctx.IsSet(utils.DeveloperFlag.Name): case ctx.IsSet(utils.DeveloperFlag.Name):
log.Info("Starting Geth in ephemeral dev mode...") log.Info("Starting Geth in ephemeral dev mode...")
log.Warn(`You are running Geth in --dev mode. Please note the following: log.Warn(`You are running Geth in --dev mode. Please note the following: