Skip to content

Commit

Permalink
fix: bump zksolc version in hh config
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Sep 13, 2023
1 parent 2dd1111 commit 44082ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/system-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const systemConfig = require('./SystemConfig.json');

export default {
zksolc: {
version: '1.3.7',
version: '1.3.14',
compilerSource: 'binary',
settings: {
isSystem: true
Expand Down

0 comments on commit 44082ad

Please sign in to comment.