From 8562a911d04ede756a703be60f985d1916805d46 Mon Sep 17 00:00:00 2001 From: The3D Date: Sat, 27 Nov 2021 12:23:35 +0100 Subject: [PATCH] feat: reduced the number of optimizer runs --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 599ecb651..0e71fa565 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -36,7 +36,7 @@ const hardhatConfig: HardhatUserConfig = { settings: { optimizer: { enabled: true, - runs: 100000, + runs: 20000, }, evmVersion: 'london', },