Skip to content

Commit f5f7824

Browse files
authored
Upgrade ZKSync node version to 0.6.5 (#995)
zkSync-Community-Hub/zksync-developers#1039
1 parent b465773 commit f5f7824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hardhat.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ const userConfig: HardhatUserConfig = {
9797
},
9898
},
9999
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",
100+
// We pin zksync node versions because they're fairly unstable and it's hard to predict whether
101+
// a new version will change something, since 0.x versions are not following semver.
102+
version: "0.6.5",
103103
},
104104
networks: {
105105
hardhat: {

0 commit comments

Comments
 (0)