From caf7a5d476f29af15435fc70b23818558f151a5f Mon Sep 17 00:00:00 2001 From: Stanislav Breadless Date: Fri, 20 Sep 2024 17:26:31 +0200 Subject: [PATCH] fix compiler even more --- l1-contracts/hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/l1-contracts/hardhat.config.ts b/l1-contracts/hardhat.config.ts index 0bc648b84..7c98ec42e 100644 --- a/l1-contracts/hardhat.config.ts +++ b/l1-contracts/hardhat.config.ts @@ -41,6 +41,7 @@ export default { }, evmVersion: "cancun", }, + eraVersion: '1.0.1' }, zksolc: { compilerSource: "binary",