Skip to content

Commit

Permalink
reduce optimizer runs to get contracts to build
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Aug 17, 2023
1 parent ebe143c commit f01b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fs_permissions = [{access = "read", path = "./addresses"}, {access = "read", path = "./chainConfigs"}, {access = "read", path = "./package.json"}]
libs = ['_imagine', 'node_modules', 'script']
optimizer = true
optimizer_runs = 3000
optimizer_runs = 500
out = 'out'
solc_version = '0.8.17'
src = 'src'
Expand Down

0 comments on commit f01b352

Please sign in to comment.