From c9474058f0691059d7b7e0c569f711c8d91212b3 Mon Sep 17 00:00:00 2001 From: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:02:51 +0900 Subject: [PATCH] Upgrade zksolc version to 1.3.17 (#97) --- zksync/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zksync/hardhat.config.ts b/zksync/hardhat.config.ts index 6c7a073bc..56001a464 100644 --- a/zksync/hardhat.config.ts +++ b/zksync/hardhat.config.ts @@ -13,7 +13,7 @@ if (!process.env.CHAIN_ETH_NETWORK) { export default { zksolc: { - version: "1.3.14", + version: "1.3.17", compilerSource: "binary", settings: { isSystem: true,