Fix local testnet scripts (#2229)

## Issue Addressed

Resolves #2094 

## Proposed Changes

Fixes scripts for creating local testnets. Adds an option in `lighthouse boot_node` to run with a previously generated enr.
This commit is contained in:
Pawan Dhananjay
2021-03-30 05:17:58 +00:00
parent 9eb1945136
commit 95a362213d
18 changed files with 360 additions and 141 deletions

2
Cargo.lock generated
View File

@@ -3345,6 +3345,7 @@ dependencies = [
"directory",
"dirs 3.0.1",
"environment",
"eth1_test_rig",
"eth2_keystore",
"eth2_libp2p",
"eth2_network_config",
@@ -3365,6 +3366,7 @@ dependencies = [
"tree_hash",
"types",
"validator_dir",
"web3",
]
[[package]]