mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm reth-interfaces from op e2e (#8480)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -7525,7 +7525,6 @@ dependencies = [
|
||||
"reth-e2e-test-utils",
|
||||
"reth-evm",
|
||||
"reth-evm-optimism",
|
||||
"reth-interfaces",
|
||||
"reth-network",
|
||||
"reth-node-api",
|
||||
"reth-node-builder",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user