Skip to content

Commit

Permalink
fix: zksolc version
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed May 20, 2024
1 parent ed89497 commit c75544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/zksync/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const config: HardhatUserConfig = {
},
},
zksolc: {
version: "latest",
version: "1.4.0",
settings: {
// find all available options in the official documentation
// https://era.zksync.io/docs/tools/hardhat/hardhat-zksync-solc.html#configuration
Expand Down

0 comments on commit c75544b

Please sign in to comment.