Skip to content

Commit

Permalink
Merge pull request #339 from matter-labs/mpopovac-txfusion-bump-toolb…
Browse files Browse the repository at this point in the history
…ox-dependencies

Bump toolbox dependencies
  • Loading branch information
mpopovac-txfusion authored Jun 30, 2023
2 parents 9815194 + 766f2cb commit ce25a36
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-penguins-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@matterlabs/hardhat-zksync-toolbox": minor
---

Bump toolbox dependencies
12 changes: 6 additions & 6 deletions packages/hardhat-zksync-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"README.md"
],
"devDependencies": {
"@matterlabs/hardhat-zksync-chai-matchers": "^0.1.2",
"@matterlabs/hardhat-zksync-chai-matchers": "^0.1.3",
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.3.15",
"@matterlabs/hardhat-zksync-verify": "^0.1.4",
"@matterlabs/hardhat-zksync-solc": "^0.4.1",
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "3.1.2",
Expand All @@ -60,10 +60,10 @@
"zksync-web3": "^0.14.3"
},
"peerDependencies": {
"@matterlabs/hardhat-zksync-chai-matchers": "^0.1.2",
"@matterlabs/hardhat-zksync-chai-matchers": "^0.1.3",
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.3.15",
"@matterlabs/hardhat-zksync-verify": "^0.1.4"
"@matterlabs/hardhat-zksync-solc": "^0.4.1",
"@matterlabs/hardhat-zksync-verify": "^0.1.8"
},
"prettier": {
"tabWidth": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import '../../../src/index';

const config: HardhatUserConfig = {
zksolc: {
version: '1.3.7',
version: 'latest',
compilerSource: 'binary',
},
networks: {
ethNetwork: {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
dependencies:
chalk "4.1.2"

"@matterlabs/hardhat-zksync-solc@0.3.17", "@matterlabs/hardhat-zksync-solc@^0.3.15":
"@matterlabs/hardhat-zksync-solc@0.3.17":
version "0.3.17"
resolved "https://registry.yarnpkg.com/@matterlabs/hardhat-zksync-solc/-/hardhat-zksync-solc-0.3.17.tgz#72f199544dc89b268d7bfc06d022a311042752fd"
integrity sha512-aZgQ0yfXW5xPkfuEH1d44ncWV4T2LzKZd0VVPo4PL5cUrYs2/II1FaEDp5zsf3FxOR1xT3mBsjuSrtJkk4AL8Q==
Expand All @@ -723,7 +723,7 @@
dockerode "^3.3.4"

"@matterlabs/hardhat-zksync-solc@link:packages/hardhat-zksync-solc":
version "0.4.0"
version "0.4.1"
dependencies:
"@nomiclabs/hardhat-docker" "^2.0.0"
chalk "4.1.2"
Expand All @@ -732,7 +732,7 @@
semver "^7.5.1"

"@matterlabs/hardhat-zksync-upgradable@link:packages/hardhat-zksync-upgradable":
version "0.1.0-beta.2"
version "0.1.0"
dependencies:
"@matterlabs/hardhat-zksync-deploy" "^0.6.3"
"@matterlabs/hardhat-zksync-solc" "^0.4.0"
Expand Down

0 comments on commit ce25a36

Please sign in to comment.