From ef5c5922a2952075dc085f94bc32e150ff2a3912 Mon Sep 17 00:00:00 2001 From: oskarciupider-alchemy Date: Wed, 6 Aug 2025 15:08:20 +0200 Subject: [PATCH] Update hardhat.config.ts Updated hardhat compiler version from 0.8.20 to 0.8.28 --- packages/hardhat/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat/hardhat.config.ts b/packages/hardhat/hardhat.config.ts index 74f2f3f..d62c937 100644 --- a/packages/hardhat/hardhat.config.ts +++ b/packages/hardhat/hardhat.config.ts @@ -23,7 +23,7 @@ const config: HardhatUserConfig = { solidity: { compilers: [ { - version: "0.8.20", + version: "0.8.28", settings: { optimizer: { enabled: true,