Pull Eth2Config during bootstrap

This commit is contained in:
Paul Hauner
2019-08-27 00:04:15 +10:00
parent 81c898586e
commit 6875ae8af5
7 changed files with 63 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ exit-future = "0.1.3"
tokio = "0.1.17"
url = "2.0"
lazy_static = "1.3.0"
eth2_config = { path = "../../eth2/utils/eth2_config" }
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }
slot_clock = { path = "../../eth2/utils/slot_clock" }