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: { "*": {