-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 1.23 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
{
"name": "gelato-chi",
"version": "1.0.0",
"description": "The smart contract and tests for automatic CHI token buying",
"repository": "https://github.com/gelatodigital/gelato-chi",
"author": "gitpusha",
"private": false,
"scripts": {
"setup-proxy": "npx buidler test rinkeby-test/1-GnosisSafe-Gelato-setup.js --network rinkeby",
"submit-task": "npx buidler test rinkeby-test/2-submitTask.js --network rinkeby",
"withdraw-from-gelato": "npx buidler test rinkeby-test/3-unprovide-ETH.js --network rinkeby",
"transfer-from-gnosis-safe": "npx buidler test rinkeby-test/4-transfer-funds-from-GnosisSafe.js --network rinkeby",
"multi-unprovide": "npx buidler test rinkeby-test/5-multiUnprovide.js --network rinkeby"
},
"devDependencies": {
"@gelatonetwork/core": "0.5.3",
"@gelatonetwork/gelato-user-proxy": "1.0.0",
"@nomiclabs/buidler": "1.4.3",
"@nomiclabs/buidler-ethers": "1.3.4",
"@nomiclabs/buidler-etherscan": "1.3.3",
"@nomiclabs/buidler-waffle": "1.3.5",
"@openzeppelin/contracts": "3.1.0",
"buidler-deploy": "0.5.11",
"chai": "4.2.0",
"contract-proxy-kit": "1.1.1",
"dotenv": "8.2.0",
"ethereum-waffle": "2.5.1",
"ethers": "4.0.47",
"prettier": "2.0.3"
}
}