test: enable op prim arbitrary in e2e test-utils (#12862)

This commit is contained in:
Matthias Seitz
2024-11-26 10:57:07 +01:00
committed by GitHub
parent fae44bf74a
commit 13cd77c935
2 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View File

@ -7112,6 +7112,7 @@ dependencies = [
"reth-network-peers",
"reth-node-api",
"reth-node-builder",
"reth-optimism-primitives",
"reth-payload-builder",
"reth-payload-builder-primitives",
"reth-payload-primitives",

View File

@ -28,6 +28,9 @@ reth-stages-types.workspace = true
reth-network-peers.workspace = true
reth-engine-local.workspace = true
# currently need to enable this for workspace level
reth-optimism-primitives = { workspace = true, features = ["arbitrary"] }
# rpc
jsonrpsee.workspace = true
url.workspace = true