// by default show only those connected to elected validator groups
celocli network:rpc-urls --node alfajores
// show all
celocli network:rpc-urls --registered --node mainnet
options
show just elected or all registered with a flag.
another flag for confirmed?
define registered
an account is registered as a validator in a validator group and has claimed an rpc-url.
Component
@celo/celocli
Describe the feature you would like
What?
A command that when called shows rpc-urls
input
Examples
options
show just elected or all registered with a flag.
another flag for confirmed?
define registered
an account is registered as a validator in a validator group and has claimed an rpc-url.
output
Alternative
Add RPC url as a field to validator:list command.
although i think that command is already very full. im not sure how to make it fit. I think network:rpc-url is a logical place to look for such info.