Add prater testnet config (#2260)

## Issue Addressed

Resolves #2258 

## Proposed Changes

Add support for prater testnet.
This commit is contained in:
Pawan Dhananjay
2021-03-17 00:47:06 +00:00
parent 0c52a2ac1d
commit 87825b2bd2
9 changed files with 171 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ fn main() {
.long("network")
.value_name("network")
.help("Name of the Eth2 chain Lighthouse will sync and follow.")
.possible_values(&["medalla", "altona", "spadina", "pyrmont", "mainnet", "toledo"])
.possible_values(&["medalla", "altona", "spadina", "pyrmont", "mainnet", "toledo", "prater"])
.conflicts_with("testnet-dir")
.takes_value(true)
.global(true)