Start adding import validator testing

This commit is contained in:
Paul Hauner
2022-08-22 09:17:46 +10:00
parent 391ece953f
commit fa6eba911e
4 changed files with 171 additions and 118 deletions

View File

@@ -27,3 +27,4 @@ tempfile = "3.1.0"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
regex = "1.6.0"
eth2_network_config = { path = "../common/eth2_network_config" }
validator_client = { path = "../validator_client" }