chore: extract p2p types from interfaces (#8382)

This commit is contained in:
Matthias Seitz
2024-05-24 10:34:09 +02:00
committed by GitHub
parent d7172b6605
commit df7c9ee310
31 changed files with 124 additions and 77 deletions

View File

@ -37,7 +37,6 @@ reth-revm = { workspace = true, features = ["test-utils"] }
optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-interfaces/optimism",
"revm-primitives/optimism",
"reth-optimism-consensus/optimism",
]