Browse Source

fix: swich to 800 optimizer runs

Paul Razvan Berg 4 years ago
parent
commit
95f5d473c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hardhat.config.ts

+ 1 - 1
hardhat.config.ts

@@ -91,7 +91,7 @@ const config: HardhatUserConfig = {
       // https://hardhat.org/hardhat-network/#solidity-optimizer-support
       optimizer: {
         enabled: true,
-        runs: 999999,
+        runs: 800,
       },
     },
   },