misc: Via-IR off by default

This commit is contained in:
donosonaumczuk
2023-10-27 13:30:38 -03:00
parent 6f5df05f2b
commit 5d96a978a5

View File

@@ -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}"