Skip to content

Commit

Permalink
update zksolc compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jan 10, 2025
1 parent ad011ee commit aba436d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ const userConfig: HardhatUserConfig = {
compilers: [{ version: primarySolidityVersion, settings: soliditySettings }, { version: defaultSolidityVersion }],
},
zksolc: {
version: "1.5.3",
settings: {},
version: "1.5.9",
settings: {
suppressedErrors: ["assemblycreate"],
},
},
networks: {
hardhat: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@matterlabs/hardhat-zksync-deploy": "^1.6.0",
"@matterlabs/hardhat-zksync-ethers": "^1.2.1",
"@matterlabs/hardhat-zksync-node": "^1.2.1",
"@matterlabs/hardhat-zksync-solc": "^1.2.4",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-verify": "^1.7.1",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^3.4.0",
Expand Down

0 comments on commit aba436d

Please sign in to comment.