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

Commit

Permalink
removes unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Dec 14, 2022
1 parent 7c40303 commit 62e3e6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions local-setup-testing/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ const config: HardhatUserConfig = {
zksolc: {
version: '1.2.1',
compilerSource: 'binary',
settings: {
experimental: {
dockerImage: 'matterlabs/zksolc',
tag: 'v1.2.0',
},
},
settings: {},
},
defaultNetwork: 'hardhat',
networks: {
Expand Down

0 comments on commit 62e3e6d

Please sign in to comment.