-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencies": {
"@ethereumjs/rlp": "^5.0.0",
"@ethersproject/bignumber": "^5.7.0",
"@prb/math": "^4.1.0",
"csv-parser": "^3.0.0",
"is-my-json-valid": "^2.20.6",
"node-fetch": "^3.3.2",
"prb-math": "^2.4.3",
"web3": "^4.2.0",
"web3-eth": "^4.3.0",
"web3-validator": "^2.0.3",
"whatwg-url": "^13.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.8",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.12",
"@nomicfoundation/ignition-core": "^0.15.8",
"@openzeppelin/contracts": "^5.1.0",
"@scure/base": "^1.2.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"esm": "^3.2.25",
"eth-gas-reporter": "^0.2.27",
"ethers": "^6.13.4",
"hardhat": "^2.22.17",
"hardhat-gas-reporter": "^1.0.10",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.2.0",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.7.2"
}
}