chore: remove network setup from config (#8364)

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
Matthias Seitz
2024-05-23 14:59:06 +02:00
committed by GitHub
parent bc4dd37872
commit c73af6298e
7 changed files with 33 additions and 32 deletions

View File

@ -13,17 +13,12 @@ workspace = true
[dependencies]
# reth
reth-network.workspace = true
reth-net-nat.workspace = true
reth-discv4.workspace = true
reth-primitives.workspace = true
# serde
serde.workspace = true
humantime-serde.workspace = true
# crypto
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
# toml
confy.workspace = true