chore: disable default features op forks (#13073)

This commit is contained in:
Matthias Seitz
2024-12-02 21:20:45 +01:00
committed by GitHub
parent d7f5846a37
commit 756eafa1aa
5 changed files with 6 additions and 3 deletions

View File

@ -65,7 +65,8 @@ std = [
"revm-primitives/std",
"revm/std",
"reth-ethereum-forks/std",
"derive_more/std"
"derive_more/std",
"reth-optimism-forks/std"
]
optimism = [
"reth-primitives/optimism",