Skip to content

Commit

Permalink
lower sec_council_mgmt optimizer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Dec 28, 2023
1 parent d563685 commit 1e9e2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ via_ir = false
solc_version = '0.8.16'

[profile.sec_council_mgmt]
optimizer_runs = 1500
optimizer_runs = 750

[fmt]
number_underscore = 'thousands'
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const solidityProfiles = {
settings: {
optimizer: {
enabled: true,
runs: 1500
runs: 750
},
}
}
Expand Down

0 comments on commit 1e9e2e7

Please sign in to comment.