-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 960 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
29
30
{
"name": "loop-contracts",
"author": "Loop DAO",
"license": "MIT",
"version": "1.0.0",
"description": "Loop - boosted restaking exposure",
"files": [
"*.sol"
],
"devDependencies": {
"@balancer-labs/sdk": "^1.1.6",
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@tenderly/hardhat-tenderly": "^1.7.1",
"dotenv": "^16.0.3",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.0.0",
"hardhat": "^2.14.0",
"prettier": "^3.3.1",
"prettier-plugin-solidity": "^1.3.1"
},
"scripts": {
"clean": "rm -rf cache cache_hardhat artifacts .openzeppelin deployments bindings",
"deploy-tenderly": "hardhat run ./scripts/deploy.js --network tenderly",
"generate-ts-bindings": "node ./scripts/generate-ts-bindings.js",
"generate-permit-sigs": "node ./scripts/generate-permit-sigs.js"
}
}