浏览代码

fix: swich to 800 optimizer runs

Paul Razvan Berg 4 年之前
父节点
当前提交
95f5d473c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
       },
     },
   },