feat(discv5): open dns for discv5 (#7328)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2024-03-27 20:58:03 +01:00
committed by GitHub
parent f3c3063a80
commit 415efc82af
3 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@ alloy-rpc-engine-types = { workspace = true, features = ["jsonrpsee-types"] }
ethereum_ssz_derive = { version = "0.5", optional = true }
ethereum_ssz = { version = "0.5", optional = true }
alloy-genesis.workspace = true
enr = { workspace = true, features = ["serde", "rust-secp256k1"] }
# misc
thiserror.workspace = true