Add zinken testnet (#1741)

## Issue Addressed

- Resolves #1722

## Proposed Changes

This extends @danielschonfeld's work in #1739 with:

- Use an empty boot node list
- Remove the genesis state

## Additional Info

NA


Co-authored-by: Daniel Schonfeld <daniel@schonfeld.org>
This commit is contained in:
Paul Hauner
2020-10-07 10:10:35 +00:00
parent a886afd3ca
commit a67fa5f4a4
5 changed files with 10 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ fn main() {
.long("testnet")
.value_name("testnet")
.help("Name of network lighthouse will connect to")
.possible_values(&["medalla", "altona", "spadina"])
.possible_values(&["medalla", "altona", "spadina", "zinken"])
.conflicts_with("testnet-dir")
.takes_value(true)
.global(true)