We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0668d65 commit 05a04c3Copy full SHA for 05a04c3
hardhat.config.ts
@@ -11,8 +11,10 @@ const config: HardhatUserConfig = {
11
version: "0.8.24",
12
},
13
zksolc: {
14
- version: "latest",
15
- settings: {},
+ version: "1.5.12",
+ settings: {
16
+ codegen: "yul",
17
+ },
18
19
networks: {
20
lensTestnet: {
package.json
@@ -10,7 +10,8 @@
10
"test": "yarn clean:upgradable && hardhat test"
"devDependencies": {
- "@matterlabs/hardhat-zksync": "^1.1.0",
+ "@matterlabs/hardhat-zksync": "~1.6.0",
+ "@matterlabs/hardhat-zksync-deploy": "^1.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
0 commit comments