From c75544bfaaacb136329aa41e8393741cd137aaa5 Mon Sep 17 00:00:00 2001 From: Urix <43704209+uri-99@users.noreply.github.com> Date: Mon, 20 May 2024 12:16:33 -0300 Subject: [PATCH] fix: zksolc version --- contracts/zksync/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/zksync/hardhat.config.ts b/contracts/zksync/hardhat.config.ts index a40bf3d8..a95bfe77 100644 --- a/contracts/zksync/hardhat.config.ts +++ b/contracts/zksync/hardhat.config.ts @@ -44,7 +44,7 @@ const config: HardhatUserConfig = { }, }, zksolc: { - version: "latest", + version: "1.4.0", settings: { // find all available options in the official documentation // https://era.zksync.io/docs/tools/hardhat/hardhat-zksync-solc.html#configuration