Adds bootnodes to chainspec. Handles type correctly

This commit is contained in:
Age Manning
2019-03-08 12:15:57 +11:00
parent c5a7c62d5d
commit 21032334ac
9 changed files with 49 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
# SigP repository until PR is merged
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
types = { path = "../../eth2/types" }
slog = "2.4.1"
version = { path = "../version" }
tokio = "0.1.16"
futures = "0.1.25"
parity-multiaddr = "0.2.0"