Remove beacon-chain config file (#1279)

* Remove beacon-chain config file

* Remove unused dep
This commit is contained in:
Age Manning
2020-06-23 13:45:27 +10:00
committed by GitHub
parent 6d507ef863
commit ea76faeeee
2 changed files with 1 additions and 58 deletions

View File

@@ -37,6 +37,5 @@ genesis = { path = "genesis" }
eth2_testnet_config = { path = "../common/eth2_testnet_config" }
eth2_libp2p = { path = "./eth2_libp2p" }
eth2_ssz = "0.1.2"
toml = "0.5.6"
serde = "1.0.110"
clap_utils = { path = "../common/clap_utils" }