Skip to content

Commit

Permalink
Increase optimizer runs (just in case)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jan 26, 2023
1 parent 2061116 commit 366be2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 100000
runs: 1000000
},
viaIR: true,
metadata: {
Expand Down

0 comments on commit 366be2d

Please sign in to comment.