Compare commits

..

1 Commits

Author SHA1 Message Date
Omar Abdulla 64c0924fb9 Limit the solc version to a max of 0.8.30 2025-11-04 21:57:40 +03:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ where
};
debug!(%tx_hash, "Submitted Transaction");
pending_transaction.set_timeout(Some(Duration::from_secs(120)));
pending_transaction.set_timeout(Some(Duration::from_secs(240)));
let tx_hash = pending_transaction.watch().await.context(format!(
"Transaction inclusion watching timeout for {tx_hash}"
))?;