From 3602fda55191f3db36560336adb2ecfe5080d574 Mon Sep 17 00:00:00 2001 From: jatZama Date: Sat, 30 Nov 2024 02:01:34 +0100 Subject: [PATCH] fix: use viaIR to fix KMSVerifier Etherscan verification --- contracts/hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/hardhat.config.ts b/contracts/hardhat.config.ts index f8a285a..2736500 100644 --- a/contracts/hardhat.config.ts +++ b/contracts/hardhat.config.ts @@ -160,6 +160,7 @@ const config: HardhatUserConfig = { runs: 800, }, evmVersion: 'cancun', + viaIR: true, }, }, etherscan: {