Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Aug 30, 2024
1 parent 119e0ca commit 5d08aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/it/geth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use crate::utils::inspect;
use alloy_primitives::{hex, Address, Bytes};
use alloy_rpc_types::trace::geth::{
use alloy_rpc_types_trace::geth::{
mux::MuxConfig, CallConfig, GethDebugBuiltInTracerType, GethDebugTracerConfig, GethTrace,
PreStateConfig,
};
Expand Down
6 changes: 2 additions & 4 deletions tests/it/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

use crate::utils::{inspect, print_traces};
use alloy_primitives::{address, hex, Address, U256};
use alloy_rpc_types::{
trace::parity::{Action, CallAction, CallType, SelfdestructAction, TraceType},
TransactionInfo,
};
use alloy_rpc_types_eth::TransactionInfo;
use alloy_rpc_types_trace::parity::{Action, CallAction, CallType, SelfdestructAction, TraceType};
use revm::{
db::{CacheDB, EmptyDB},
primitives::{
Expand Down

0 comments on commit 5d08aa7

Please sign in to comment.