-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 746 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 746 Bytes
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
{
"devDependencies": {
"@nomicfoundation/ethereumjs-util": "^9.0.4",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"chai": "^4.5.0",
"hardhat": "^2.23.0",
"hardhat-tracer": "^3.2.0"
},
"dependencies": {
"@chainlink/contracts": "^1.3.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@openzeppelin/contracts": "^5.1.0",
"@uniswap/universal-router": "^2.0.0",
"@uniswap/v3-periphery": "^1.4.4",
"@uniswap/v4-core": "^1.0.1",
"@uniswap/v4-periphery": "^1.0.1",
"axios": "^1.7.9",
"eth-crypto": "^2.7.0",
"ethers": "^6.13.5",
"graphql-request": "^3.6.1",
"hardhat-gas-reporter": "^1.0.10",
"uniswap": "^0.0.1"
}
}