From dc477e0f98d2110e9d51d4d4e9b5e86ae0bcf6b2 Mon Sep 17 00:00:00 2001 From: Raid Ateir Date: Fri, 13 Dec 2024 16:46:26 +0800 Subject: [PATCH] fix: hardhat config --- l1-contracts/hardhat.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l1-contracts/hardhat.config.ts b/l1-contracts/hardhat.config.ts index f19968b51..c1600b85b 100644 --- a/l1-contracts/hardhat.config.ts +++ b/l1-contracts/hardhat.config.ts @@ -41,11 +41,12 @@ export default { }, evmVersion: "cancun", }, + eraVersion: "1.0.1", }, zksolc: { compilerSource: "binary", + version: "1.5.8", settings: { - // compilerPath: getZksolcUrl(), isSystem: true, }, },