-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.01 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.01 KB
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
{
"name": "yearnStrat",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"dependencies": {
"@kollateral/contracts": "^0.1.1",
"@openzeppelin/contracts": "^3.2.0",
"@openzeppelin/test-environment": "^0.1.5",
"@openzeppelin/test-helpers": "^0.5.7",
"@truffle/hdwallet-provider": "^1.1.1",
"dotenv": "^8.2.0"
},
"devDependencies": {},
"scripts": {
"fork-infura": "ganache-cli -f wss://mainnet.infura.io/ws/v3/{YOUR_ID} -u 0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8 -b 1 -d 100000000 --allowUnlimitedContractSize",
"deployMainnetFork": "truffle migrate --reset --network mainnetFork",
"deployLocal": "truffle migrate --reset --network development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grandthrax/YearnStrategies.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Grandthrax/YearnStrategies/issues"
},
"homepage": "https://github.com/Grandthrax/YearnStrategies#readme"
}