Add toledo support (#1874)

## Issue Addressed

NA

## Proposed Changes

Adds support for the [Toledo](https://github.com/protolambda/toledo) dev-net.

```bash
lighthouse --testnet toledo bn --http
```

This is for development only, we do not recommend users to join this testnet.

## Additional Info

- ~~Blocked on #1862~~
This commit is contained in:
Paul Hauner
2020-11-10 22:42:59 +00:00
parent 5ed4c1daca
commit 9ee71d6fec
10 changed files with 186 additions and 8 deletions

View File

@@ -598,6 +598,7 @@ impl YamlConfig {
Some(match self.config_name.as_str() {
"mainnet" => EthSpecId::Mainnet,
"minimal" => EthSpecId::Minimal,
"toledo" => EthSpecId::Mainnet,
"zinken" => EthSpecId::V012Legacy,
"spadina" => EthSpecId::V012Legacy,
"medalla" => EthSpecId::V012Legacy,