We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a5b77 commit cbc111aCopy full SHA for cbc111a
contracts/hardhat.config.ts
@@ -32,7 +32,7 @@ const config: HardhatUserConfig = {
32
viaIR: process.env.VIA_IR !== "false", // Defaults to true
33
optimizer: {
34
enabled: true,
35
- runs: 2000,
+ runs: 1000,
36
},
37
outputSelection: {
38
"*": {
0 commit comments