feat: add UX improvements on e2e testing (#7804)

This commit is contained in:
joshieDo
2024-04-23 15:30:38 +01:00
committed by GitHub
parent 9fd35f948c
commit b3db4cf56d
16 changed files with 343 additions and 221 deletions

View File

@ -28,7 +28,7 @@ reth-network.workspace = true
reth-interfaces.workspace = true
reth-evm.workspace = true
reth-revm.workspace = true
reth-beacon-consensus.workspace = true
revm.workspace = true
revm-primitives.workspace = true
@ -67,4 +67,5 @@ optimism = [
"reth-rpc/optimism",
"reth-revm/optimism",
"reth-optimism-payload-builder/optimism",
"reth-beacon-consensus/optimism",
]