chore: rm unused optimism feature from compat (#11560)

This commit is contained in:
Matthias Seitz
2024-10-08 12:02:34 +02:00
committed by GitHub
parent 548f5b9c6d
commit ece894bd28
5 changed files with 2 additions and 9 deletions

View File

@ -77,8 +77,7 @@ tempfile.workspace = true
[features]
optimism = [
"reth-primitives/optimism",
"reth-rpc-types-compat/optimism",
"reth-primitives/optimism"
]
# Features for vergen to generate correct env vars
jemalloc = []