-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.35 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
{
"name": "hardhat-project",
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"hardhat": "^2.14.1",
"hardhat-deploy": "^0.11.33",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.8.2",
"typechain": "^8.2.0"
},
"dependencies": {
"@chainlink/contracts": "^0.8.0",
"@chainlink/functions-toolkit": "github:claudiovb/functions-toolkit#bcf5cf1db054e06b74b31bfc87cb842f7ca13b71",
"@nomiclabs/hardhat-vyper": "^3.0.3",
"@openzeppelin/contracts": "^4.9.1",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@uniswap/sdk-core": "^4.0.9",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v3-sdk": "^3.10.0",
"assert-strict": "0.0.2",
"bignumber.js": "^9.1.2",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"dotenv": "^16.1.4"
}
}