Closed kalabukdima closed 3 days ago
A few options are exposed that don't make any sense for the end user:
logs-collector-id
scheduler-id
boot-nodes
Consider moving the default values to the transport lib and hiding them behind the network arg as done with the contract addresses.
network
They've been put into src/cli.rs to simplify CLI
src/cli.rs
A few options are exposed that don't make any sense for the end user:
logs-collector-id
,scheduler-id
,boot-nodes
.Consider moving the default values to the transport lib and hiding them behind the
network
arg as done with the contract addresses.