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 14, 2025
1 parent ad011ee commit 2f4704c
Show file tree
Hide file tree
Showing 3 changed files with 1,039 additions and 958 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
Loading

0 comments on commit 2f4704c

Please sign in to comment.