From 5d96a978a5285da1c69976e415ccf7764bf3e86b Mon Sep 17 00:00:00 2001 From: donosonaumczuk Date: Fri, 27 Oct 2023 13:30:38 -0300 Subject: [PATCH] misc: Via-IR off by default --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 26eae1d..336d7c9 100644 --- a/foundry.toml +++ b/foundry.toml @@ -10,7 +10,7 @@ evm_version = 'paris' optimizer = true optimizer_runs = 10 ignored_error_codes = [] -via_ir = true +# via_ir = true [rpc_endpoints] polygon = "${POLYGON_RPC_URL}"