From 5d7574e2326c0151176c9ecfced6466ff24e9c8b Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Fri, 21 Oct 2022 12:21:06 +0200 Subject: [PATCH] fix: Remove unused sol compiler from hh config --- hardhat.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index cb5a5ca0..9336614e 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -39,13 +39,6 @@ const config: HardhatUserConfig = { evmVersion: 'london', }, }, - { - version: '0.8.11', // for ecosystem reserve contracts - settings: { - optimizer: { enabled: true, runs: 25000 }, - evmVersion: 'london', - }, - }, ], }, tenderly: {