Replace multiple --<network>
flags by an unique --network=<network>
flag.
#14202
Labels
UX
cosmetic / user experience related
🚀 Feature Request
Description
Prysm CLI primarily defines networks using
--<network>
flags.Currently, these flags include
--mainnet
,--sepolia
and--holesky
.--<network>
flag needs to be introduced..--<network>
flag must be removed.Proposed Solution
Prysm should implement a single
--network=<network>
flag. Presently, this would include options--network=mainnet
,--network=sepolia
and--network=holesky
.--<network>
flags and the--network=<network>
flag should coexist.--<network>
flag is used, a WARN log should appear, indicating that this flag will be deprecated in Prysm V7 and the--network=<network>
flag should be used instead.--network=<network>
flag and a--<network>
flag are used simultaneously, the program should not start.--<network>
flags should be removed.Targeted programs
prysmctl
The text was updated successfully, but these errors were encountered: