chore: rm reth-interfaces from op e2e (#8480)

This commit is contained in:
Matthias Seitz
2024-05-29 16:57:50 +02:00
committed by GitHub
parent 1d428cbba6
commit 09f1ee1600
3 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@ -7525,7 +7525,6 @@ dependencies = [
"reth-e2e-test-utils",
"reth-evm",
"reth-evm-optimism",
"reth-interfaces",
"reth-network",
"reth-node-api",
"reth-node-builder",

View File

@ -25,7 +25,6 @@ reth-tracing.workspace = true
reth-provider.workspace = true
reth-transaction-pool.workspace = true
reth-network.workspace = true
reth-interfaces.workspace = true
reth-evm.workspace = true
reth-revm.workspace = true
reth-evm-optimism.workspace = true

View File

@ -1,5 +1,5 @@
use crate::utils::{advance_chain, setup};
use reth_interfaces::blockchain_tree::error::BlockchainTreeError;
use reth::blockchain_tree::error::BlockchainTreeError;
use reth_rpc_types::engine::PayloadStatusEnum;
use std::sync::Arc;
use tokio::sync::Mutex;