From 628bfe5055d0233b53021a96e765f7d7d8de59ba Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Fri, 11 Oct 2024 13:40:27 +0200 Subject: [PATCH] Use evm version cancun --- hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index d2893228..946e6988 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -17,6 +17,7 @@ const solidity = { { version: '0.8.28', settings: { + evmVersion: 'cancun', optimizer: { enabled: true, runs: 100,