Skip to content

Commit 35c5b4f

Browse files
authored
cmd/utils: update SepoliaFlag usage (#31961)
The Sepolia testnet has transitioned to pos following The Merge.
1 parent fe95bfd commit 35c5b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var (
150150
}
151151
SepoliaFlag = &cli.BoolFlag{
152152
Name: "sepolia",
153-
Usage: "Sepolia network: pre-configured proof-of-work test network",
153+
Usage: "Sepolia network: pre-configured proof-of-stake test network",
154154
Category: flags.EthCategory,
155155
}
156156
HoleskyFlag = &cli.BoolFlag{

0 commit comments

Comments
 (0)