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

@@ -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,