chore: rm unused optimism feature (#11794)

This commit is contained in:
Matthias Seitz
2024-10-16 13:59:41 +02:00
committed by GitHub
parent 87399ae2c1
commit eec861fe9f

View File

@ -98,8 +98,3 @@ jsonrpsee = { workspace = true, features = ["client"] }
[features]
js-tracer = ["revm-inspectors/js-tracer", "reth-rpc-eth-types/js-tracer"]
optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-revm/optimism",
]