refactor: move discv5 logic for op to reth-node-optimism (#8690)

This commit is contained in:
Qiwei Yang
2024-06-11 18:42:54 +08:00
committed by GitHub
parent 55317eb004
commit 3202c9072d
5 changed files with 42 additions and 24 deletions

View File

@ -30,6 +30,7 @@ reth-revm.workspace = true
reth-evm-optimism.workspace = true
reth-beacon-consensus.workspace = true
revm-primitives.workspace = true
reth-discv5.workspace = true
# async
async-trait.workspace = true