Skip to content

Commit

Permalink
update zksolc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Aug 29, 2024
1 parent e56690a commit ba9f3bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions contracts/hardhat.ccip.zksync.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let config = {
zksolc: {
settings: {
compilerPath: 'zksolc',
version: 'v1.4.1',
version: 'v1.5.3',
optimizer: {
enabled: true,
mode: '3',
Expand All @@ -90,7 +90,7 @@ let config = {
dockerImage: '',
tag: '',
},
// contractsToCompile: ['RMN', 'ARMProxy'], // uncomment this to compile only specific contracts
contractsToCompile: ['RMN', 'ARMProxy'], // uncomment this to compile only specific contracts
},
},
warnings: !process.env.HIDE_WARNINGS,
Expand Down
34 changes: 17 additions & 17 deletions contracts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba9f3bb

Please sign in to comment.