diff --git a/crates/script/src/lib.rs b/crates/script/src/lib.rs index af7000672b3f..b6370b43206c 100644 --- a/crates/script/src/lib.rs +++ b/crates/script/src/lib.rs @@ -195,7 +195,7 @@ pub struct ScriptArgs { } impl ScriptArgs { - async fn preprocess(self) -> Result { + pub async fn preprocess(self) -> Result { let script_wallets = ScriptWallets::new(self.wallets.get_multi_wallet().await?, self.evm_opts.sender);