feat: extract optimism sequencer client to node-optimism (#7482)

This commit is contained in:
Matthias Seitz
2024-04-05 23:35:02 +02:00
committed by GitHub
parent 71c404d9cb
commit b89af430e2
27 changed files with 221 additions and 163 deletions

View File

@ -101,11 +101,6 @@ test-utils = [
"reth-transaction-pool/test-utils",
]
geth-tests = []
optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-network-api/optimism",
]
[[bench]]
name = "bench"