From aa04b03a6b11253f4bc8fb01f64e8d1b5d665746 Mon Sep 17 00:00:00 2001 From: MathisGD Date: Thu, 15 Aug 2024 22:30:11 +0200 Subject: [PATCH] test: fix hardhat config --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 92682213..5778cb74 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -66,7 +66,7 @@ const config: HardhatUserConfig = { solidity: { compilers: [ { - version: "0.8.21", + version: "0.8.26", settings: { optimizer: { enabled: true,