Remove testnet dir from repo (#857)

* Pull testnet dir with build script

* Add comment

* Don't hardcode the genesis fork

* Re-enable hard-coded test
This commit is contained in:
Paul Hauner
2020-03-04 10:02:44 +11:00
committed by GitHub
parent 6368be148d
commit 58fb144276
11 changed files with 73 additions and 68 deletions

View File

@@ -376,9 +376,6 @@ fn init_new_client<E: EthSpec>(
let spec = &mut eth2_config.spec;
// For now, assume that all networks will use the lighthouse genesis fork.
spec.genesis_fork_version = [1, 3, 3, 7];
client_config.eth1.deposit_contract_address =
format!("{:?}", eth2_testnet_config.deposit_contract_address()?);
client_config.eth1.deposit_contract_deploy_block =