Skip to content

Commit cbc111a

Browse files
committed
chore: less optimizer iterations to shrink KlerosCore
1 parent 41a5b77 commit cbc111a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: HardhatUserConfig = {
3232
viaIR: process.env.VIA_IR !== "false", // Defaults to true
3333
optimizer: {
3434
enabled: true,
35-
runs: 2000,
35+
runs: 1000,
3636
},
3737
outputSelection: {
3838
"*": {

0 commit comments

Comments
 (0)