cmd/utils: update SepoliaFlag usage (#31961)

The Sepolia testnet has transitioned to pos following The Merge.
This commit is contained in:
Joe Chen 2025-06-04 21:07:15 +08:00 committed by GitHub
parent fe95bfdc89
commit 35c5b4fafd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ var (
}
SepoliaFlag = &cli.BoolFlag{
Name: "sepolia",
Usage: "Sepolia network: pre-configured proof-of-work test network",
Usage: "Sepolia network: pre-configured proof-of-stake test network",
Category: flags.EthCategory,
}
HoleskyFlag = &cli.BoolFlag{