Skip to content

Commit

Permalink
Spadina genesis and lighthouse bootnode (#1681)
Browse files Browse the repository at this point in the history
This adds the Spadina genesis file and a lighthouse bootnode to the Spadina testnet scripts
  • Loading branch information
AgeManning committed Sep 29, 2020
1 parent 1ef4f0e commit 7bf1490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/eth2_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ define_net!(altona, include_altona_file, "altona", true);

define_net!(medalla, include_medalla_file, "medalla", true);

define_net!(spadina, include_spadina_file, "spadina", false);
define_net!(spadina, include_spadina_file, "spadina", true);

#[cfg(test)]
mod tests {
Expand Down
Binary file modified common/eth2_testnet_config/testnet_spadina.zip
Binary file not shown.

0 comments on commit 7bf1490

Please sign in to comment.