diff --git a/crates/storage/db-api/Cargo.toml b/crates/storage/db-api/Cargo.toml index 27622c931b54..0fa030a8cd30 100644 --- a/crates/storage/db-api/Cargo.toml +++ b/crates/storage/db-api/Cargo.toml @@ -70,18 +70,23 @@ test-utils = [ "reth-stages-types/test-utils", ] arbitrary = [ - "reth-primitives/arbitrary", - "reth-db-models/arbitrary", - "dep:arbitrary", - "dep:proptest", - "reth-primitives-traits/arbitrary", - "reth-trie-common/arbitrary", - "alloy-primitives/arbitrary", - "parity-scale-codec/arbitrary", - "reth-codecs/arbitrary", - "reth-prune-types/arbitrary", - "reth-stages-types/arbitrary", - "alloy-consensus/arbitrary", + "reth-primitives/arbitrary", + "reth-db-models/arbitrary", + "dep:arbitrary", + "dep:proptest", + "reth-primitives-traits/arbitrary", + "reth-trie-common/arbitrary", + "alloy-primitives/arbitrary", + "parity-scale-codec/arbitrary", + "reth-codecs/arbitrary", + "reth-prune-types/arbitrary", + "reth-stages-types/arbitrary", + "alloy-consensus/arbitrary", + "reth-optimism-primitives?/arbitrary" +] +optimism = [ + "reth-primitives/optimism", + "reth-codecs/op", + "reth-optimism-primitives?/optimism" ] -optimism = ["reth-primitives/optimism", "reth-codecs/op"] op = ["dep:reth-optimism-primitives", "reth-codecs/op"]