Skip to content

Commit

Permalink
feat: remove zksync contracts dependecy, update hardhat-zksync-solc v…
Browse files Browse the repository at this point in the history
…ersion and add hardhat-zksync-ethers as dependency
  • Loading branch information
kiriyaga committed Sep 25, 2024
1 parent 2bf528f commit a7beaa9
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 71 deletions.
2 changes: 1 addition & 1 deletion examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"chalk": "^4.1.2",
"hardhat": "^2.14.0",
"ethers": "~5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"chalk": "^4.1.2",
"hardhat": "^2.14.0",
"ethers": "~5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example-l1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.0",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/upgradable-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"zksync": "^0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/zksync-ethers-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.1",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"chalk": "^4.1.2",
"hardhat": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"chalk": "^4.1.2",
"ts-morph": "^22.0.0",
"chai": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chalk": "^4.1.2",
"hardhat": "^2.14.0",
"chai": "^4.3.4",
"@matterlabs/hardhat-zksync-solc": "^1.2.1",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@nomiclabs/hardhat-ethers": "^2.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@openzeppelin/upgrades-core": "~1.29.0",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@openzeppelin/contracts-hardhat-zksync-upgradable": "npm:@openzeppelin/contracts@^4.9.2",
Expand Down
18 changes: 10 additions & 8 deletions packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,30 @@
"c8": "^9.1.0"
},
"dependencies": {
"hardhat": "^2.14.0",
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-verify": "^1.6.0",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"@matterlabs/hardhat-zksync-node": "^1.1.1",
"@matterlabs/zksync-contracts": "^0.6.1",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"@openzeppelin/contracts": "^4.9.2",
"@matterlabs/hardhat-zksync-ethers": "workspace:^",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@openzeppelin/upgrades-core": "^1.27.0",
"chai": "^4.3.7",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"hardhat": "^2.14.0",
"ethers": "~5.7.2",
"zksync-ethers": "^5.8.0",
"chai": "^4.3.7",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
},
"peerDependencies": {
"@matterlabs/hardhat-zksync-deploy": "workspace:^",
"@matterlabs/hardhat-zksync-solc": "^1.2.2",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^"
"@matterlabs/hardhat-zksync-solc": "^1.2.5",
"@matterlabs/hardhat-zksync-verify": "^1.6.0",
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"@matterlabs/hardhat-zksync-node": "^1.1.1",
"@matterlabs/hardhat-zksync-ethers": "workspace:^"

},
"prettier": {
"tabWidth": 4,
Expand Down
1 change: 1 addition & 0 deletions packages/hardhat-zksync/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import '@matterlabs/hardhat-zksync-solc';
import '@matterlabs/hardhat-zksync-deploy';
import '@matterlabs/hardhat-zksync-verify';
import '@matterlabs/hardhat-zksync-upgradable';
import '@matterlabs/hardhat-zksync-ethers';

import {
TASK_DEPLOY_ZKSYNC_BEACON,
Expand Down
81 changes: 26 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7beaa9

Please sign in to comment.