We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ebc1 commit 8b53e43Copy full SHA for 8b53e43
crates/chisel/src/executor.rs
@@ -8,7 +8,6 @@ use crate::prelude::{
8
use alloy_dyn_abi::{DynSolType, DynSolValue};
9
use alloy_json_abi::EventParam;
10
use alloy_primitives::{Address, B256, U256, hex};
11
-use core::fmt::Debug;
12
use eyre::{Result, WrapErr};
13
use foundry_compilers::Artifact;
14
use foundry_evm::{
0 commit comments