Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update hardhat config file
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 1, 2022
1 parent cf1e99e commit 8a5a01d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions local-setup-testing/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ const zkSyncDeploy = process.env.NODE_ENV == 'test' ? {

module.exports = {
zksolc: {
version: "0.1.0",
version: "1.1.5",
compilerSource: "docker",
settings: {
optimizer: {
enabled: true,
},
experimental: {
dockerImage: "matterlabs/zksolc",
tag: 'v1.1.5'
},
},
},
Expand Down

0 comments on commit 8a5a01d

Please sign in to comment.