Lower gas limit for failed estimates

This commit is contained in:
Omar Abdulla
2025-08-15 14:59:06 +03:00
parent 64d0a7f995
commit a04a4a88cd
3 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub struct Solc {
impl SolidityCompiler for Solc {
type Options = ();
#[tracing::instrument(level = "debug", ret)]
#[tracing::instrument(level = "info", ret)]
async fn build(
&self,
CompilerInput {