From a7705608da61af60939b45accefbf3f903c332bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Sat, 24 Feb 2024 09:05:37 +0100 Subject: [PATCH] feat: remove the target compilation downgrade --- hardhat.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 48ec3ee..a6ba333 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -6,7 +6,6 @@ module.exports = { solidity: { version: "0.8.23", settings: { - evmVersion: "paris", optimizer: { enabled: true, runs: 1000,