Ver Fonte

fix: swich to 800 optimizer runs

Paul Razvan Berg há 4 anos atrás
pai
commit
95f5d473c0
1 ficheiros alterados com 1 adições e 1 exclusões
  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
       // https://hardhat.org/hardhat-network/#solidity-optimizer-support
       optimizer: {
       optimizer: {
         enabled: true,
         enabled: true,
-        runs: 999999,
+        runs: 800,
       },
       },
     },
     },
   },
   },