From 8f28161e3d97e61db20a9c95f21b8213924d63b1 Mon Sep 17 00:00:00 2001 From: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:49:16 +0100 Subject: [PATCH] Update hardhat.config.js solidity compiler version --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index fa72fd0..7cdab98 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -6,7 +6,7 @@ require('dotenv').config(); /** @type import('hardhat/config').HardhatUserConfig */ module.exports = { solidity: { - version: '0.8.24', + version: '0.8.23', settings: { optimizer: { enabled: true,