From 8cc9b560e38b0692023b536be0ae3cbb3f228aa2 Mon Sep 17 00:00:00 2001 From: Jesus Lanchas Date: Wed, 27 Dec 2023 11:51:32 +0100 Subject: [PATCH] feat: set compiler config similar to other packages --- hardhat.config.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 29b5abd..4b06192 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -36,9 +36,7 @@ const config: HardhatUserConfig = { settings: { optimizer: { enabled: true, - details: { - yul: !process.env.CI, - }, + runs: 200, }, outputSelection: { "*": { @@ -52,9 +50,7 @@ const config: HardhatUserConfig = { settings: { optimizer: { enabled: true, - details: { - yul: !process.env.CI, - }, + runs: 200, }, outputSelection: { "*": {