From 08732a9db39644e696a5bf136fb7c12a4057fb01 Mon Sep 17 00:00:00 2001 From: romsters Date: Thu, 12 Dec 2024 18:04:31 +0200 Subject: [PATCH] chore: bump zksolc version --- e2e-tests/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/hardhat.config.ts b/e2e-tests/hardhat.config.ts index e563199a..f4171034 100644 --- a/e2e-tests/hardhat.config.ts +++ b/e2e-tests/hardhat.config.ts @@ -6,7 +6,7 @@ import "@nomiclabs/hardhat-ethers"; const config: HardhatUserConfig = { zksolc: { - version: "1.5.7", + version: "1.5.8", settings: {}, }, defaultNetwork: "zkSyncTestnet",