mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 23:08:23 +00:00
Add prater testnet config (#2260)
## Issue Addressed Resolves #2258 ## Proposed Changes Add support for prater testnet.
This commit is contained in:
@@ -595,6 +595,7 @@ impl YamlConfig {
|
||||
"mainnet" => EthSpecId::Mainnet,
|
||||
"minimal" => EthSpecId::Minimal,
|
||||
"toledo" => EthSpecId::Mainnet,
|
||||
"prater" => EthSpecId::Mainnet,
|
||||
"pyrmont" => EthSpecId::Mainnet,
|
||||
"spadina" => EthSpecId::V012Legacy,
|
||||
"medalla" => EthSpecId::V012Legacy,
|
||||
|
||||
Reference in New Issue
Block a user