From 078d6fb35c845c2b4dcefa7782b8777f722fb3ae Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Wed, 15 Nov 2023 19:40:21 +0900 Subject: [PATCH] upgrade zksolc version --- 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,