Update Validator RPC and cache building

This commit is contained in:
Age Manning
2019-03-28 14:32:02 +11:00
parent d7289ab55e
commit 6f0c0e47c3
5 changed files with 14 additions and 8 deletions

View File

@@ -43,8 +43,8 @@ fn main() {
.short("s")
.help("Configuration of Beacon Chain")
.takes_value(true)
.possible_values(&["foundation", "few_validators"])
.default_value("foundation"),
.possible_values(&["foundation", "few_validators", "lighthouse_testnet"])
.default_value("lighthouse_testnet"),
)
.get_matches();