misc: Optimizer runs lowered in favour of less bytecode

Co-authored-by: Victor Naumik <vicnaum@gmail.com>
This commit is contained in:
donosonaumczuk
2023-04-20 21:18:07 +01:00
parent 006b441fed
commit 53c23476db

View File

@@ -6,7 +6,7 @@ test = 'test/foundry'
cache_path = 'forge-cache'
fs_permissions = [{ access = "read-write", path = "./"}]
optimizer = true
optimizer_runs = 65
optimizer_runs = 10
ignored_error_codes = []
[rpc_endpoints]