Skip to content

Commit

Permalink
improve(hardhat.config): Fix zksolc version at 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 29, 2025
1 parent 27ecada commit 123e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const config: HardhatUserConfig = {
},
},
zksolc: {
version: "latest",
version: "1.5.7",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 123e1ef

Please sign in to comment.