Skip to content

Commit 05a04c3

Browse files
authored
chore: update hardhat configuration and zksync dependencies (#2)
1 parent 0668d65 commit 05a04c3

File tree

3 files changed

+2603
-284
lines changed

3 files changed

+2603
-284
lines changed

hardhat.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ const config: HardhatUserConfig = {
1111
version: "0.8.24",
1212
},
1313
zksolc: {
14-
version: "latest",
15-
settings: {},
14+
version: "1.5.12",
15+
settings: {
16+
codegen: "yul",
17+
},
1618
},
1719
networks: {
1820
lensTestnet: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test": "yarn clean:upgradable && hardhat test"
1111
},
1212
"devDependencies": {
13-
"@matterlabs/hardhat-zksync": "^1.1.0",
13+
"@matterlabs/hardhat-zksync": "~1.6.0",
14+
"@matterlabs/hardhat-zksync-deploy": "^1.7.0",
1415
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
1516
"@nomicfoundation/hardhat-ethers": "^3.0.0",
1617
"@nomicfoundation/hardhat-ignition": "^0.15.0",

0 commit comments

Comments
 (0)