From bc0025449309c6c69083a9d349be2882fff96205 Mon Sep 17 00:00:00 2001 From: Neeraj Choubisa Date: Wed, 18 Mar 2026 02:45:05 +0530 Subject: [PATCH] bug : Fix Contract Compilation Issue ( Function "mcopy" not found.) --- hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index 7b4a94d..f218bf1 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -36,6 +36,7 @@ const config= { // https://docs.soliditylang.org/en/latest/using-the-compiler.html#optimizer-options runs: 200, }, + evmVersion: "cancun", }, }, defaultNetwork: "localfhenix",