|
6 | 6 | "@openzeppelin/test-helpers": "^0.5.15",
|
7 | 7 | "@openzeppelin/truffle-upgrades": "^1.14.0",
|
8 | 8 | "@truffle/hdwallet-provider": "^2.1.5",
|
| 9 | + "@types/chai": "^4.3.4", |
9 | 10 | "chai": "^4.2.0",
|
10 | 11 | "mocha": "^8.2.1",
|
11 | 12 | "truffle": "^5.7.4",
|
|
24 | 25 | "license": "ISC",
|
25 | 26 | "dependencies": {
|
26 | 27 | "@certusone/wormhole-sdk": "^0.9.9",
|
27 |
| - "@matterlabs/hardhat-zksync-deploy": "^0.6.1", |
28 |
| - "@matterlabs/hardhat-zksync-solc": "^0.3.13", |
| 28 | + "@matterlabs/hardhat-zksync-deploy": "^0.6.2", |
| 29 | + "@matterlabs/hardhat-zksync-solc": "^0.3.14", |
| 30 | + "@matterlabs/hardhat-zksync-verify": "^0.1.3", |
| 31 | + "@nomiclabs/hardhat-etherscan": "^3.1.2", |
29 | 32 | "@openzeppelin/contracts": "^4.5.0",
|
30 | 33 | "@openzeppelin/contracts-upgradeable": "^4.5.2",
|
| 34 | + "@openzeppelin/hardhat-upgrades": "^1.22.1", |
31 | 35 | "@pythnetwork/pyth-multisig-wh-message-builder": "*",
|
32 | 36 | "@pythnetwork/pyth-sdk-solidity": "^2.2.0",
|
33 | 37 | "@pythnetwork/xc-governance-sdk": "*",
|
|
45 | 49 | "web3": "^1.2.2",
|
46 | 50 | "web3-eth-abi": "^1.2.2",
|
47 | 51 | "web3-utils": "^1.2.2",
|
48 |
| - "zksync-web3": "^0.12.3" |
| 52 | + "zksync-web3": "^0.13.4" |
49 | 53 | }
|
50 | 54 | }
|
0 commit comments