cmd/utils: update SepoliaFlag usage

This commit is contained in:
Joe Chen 2025-06-04 20:19:45 +08:00
parent 23f07d8c93
commit f9a975a5c8

View file

@ -150,7 +150,7 @@ var (
} }
SepoliaFlag = &cli.BoolFlag{ SepoliaFlag = &cli.BoolFlag{
Name: "sepolia", 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, Category: flags.EthCategory,
} }
HoleskyFlag = &cli.BoolFlag{ HoleskyFlag = &cli.BoolFlag{