Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Bump sdk/compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Oct 20, 2022
1 parent 97f6202 commit 6c0a03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions local-setup-testing/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const zkSyncDeploy = process.env.NODE_ENV == 'test' ? {

module.exports = {
zksolc: {
version: "1.1.5",
version: "1.2.0",
compilerSource: "docker",
settings: {
experimental: {
dockerImage: "matterlabs/zksolc",
tag: 'v1.1.5'
tag: 'v1.2.0'
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion local-setup-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mocha": "^10.0.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"zksync-web3": "^0.8.1"
"zksync-web3": "^0.11.0"
},
"scripts": {
"test": "NODE_ENV=test hardhat test"
Expand Down
8 changes: 4 additions & 4 deletions local-setup-testing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zksync-web3@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.8.1.tgz#db289d8f6caf61f4d5ddc471fa3448d93208dc14"
integrity sha512-1A4aHPQ3MyuGjpv5X/8pVEN+MdZqMjfVmiweQSRjOlklXYu65wT9BGEOtCmMs5d3gIvLp4ssfTeuR5OCKOD2kw==
zksync-web3@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.11.0.tgz#316ddd1548d1d994c0b07e3b9dbc859fe49e66e1"
integrity sha512-56S7MSzcWUikjMxo/TcGgejEQhmWLfrmMPAxUQTrMCUTWrZG02uCWItRIu7xlWF4TP5pXBYibxWho2FuYcJQOA==

0 comments on commit 6c0a03a

Please sign in to comment.