We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b465773 commit f5f7824Copy full SHA for f5f7824
hardhat.config.ts
@@ -97,9 +97,9 @@ const userConfig: HardhatUserConfig = {
97
},
98
99
zksyncAnvil: {
100
- // the zksync tests fail with version 0.6.4
101
- // in general, it's good to pin zksync version because semver doesn't apply to 0.x releases
102
- version: "0.6.3",
+ // We pin zksync node versions because they're fairly unstable and it's hard to predict whether
+ // a new version will change something, since 0.x versions are not following semver.
+ version: "0.6.5",
103
104
networks: {
105
hardhat: {
0 commit comments