Skip to content

Commit

Permalink
Add toledo genesis state
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Nov 9, 2020
1 parent 961f51c commit 1cda3b3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/eth2_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ define_net!(zinken, include_zinken_file, "zinken", true);

define_net!(mainnet, include_mainnet_file, "mainnet", false);

define_net!(toledo, include_toledo_file, "toledo", false);
define_net!(toledo, include_toledo_file, "toledo", true);

#[cfg(test)]
mod tests {
Expand Down
1 change: 0 additions & 1 deletion common/eth2_testnet_config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ witti-*
/altona*
built_in_testnet_configs/*/genesis.ssz
!built_in_testnet_configs/mainnet/genesis.ssz
!built_in_testnet_configs/toledo/genesis.ssz
3 changes: 2 additions & 1 deletion common/eth2_testnet_config/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Downloads a testnet configuration from Github.

use eth2_config::{
altona, medalla, spadina, zinken, Eth2NetArchiveAndDirectory, GENESIS_FILE_NAME,
altona, medalla, spadina, toledo, zinken, Eth2NetArchiveAndDirectory, GENESIS_FILE_NAME,
};
use std::fs::File;
use std::io;
Expand All @@ -12,6 +12,7 @@ const ETH2_NET_DIRS: &[Eth2NetArchiveAndDirectory<'static>] = &[
medalla::ETH2_NET_DIR,
spadina::ETH2_NET_DIR,
zinken::ETH2_NET_DIR,
toledo::ETH2_NET_DIR,
];

fn main() {
Expand Down
Empty file.
Binary file not shown.

0 comments on commit 1cda3b3

Please sign in to comment.