-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "2.32.0",
"devDependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^4.0.0",
"@chainlink/contracts": "^0.4.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@openzeppelin/contracts": "^4.9.6",
"@openzeppelin/contracts-upgradeable": "^4.9.6",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"bignumber.js": "^9.1.2",
"chai": "^4.3.7",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"hardhat": "^2.22.3",
"hardhat-deploy": "^0.11.34",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"@matterlabs/hardhat-zksync-deploy": "^1.5.0",
"@matterlabs/hardhat-zksync-solc": "^1.2.0",
"@matterlabs/hardhat-zksync-upgradable": "^1.5.1",
"zksync-ethers": "^6.9.0"
}
}