forked from haydenshively/Nantucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.test.json
48 lines (48 loc) · 1.03 KB
/
config.test.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
41
42
43
44
45
46
47
48
{
"txManagers": {
"TEST": {
"envKeyAddress": "ACCOUNT_ADDRESS_TEST",
"envKeySecret": "ACCOUNT_SECRET_TEST",
"interval": 200,
"maxFee_Eth": 1.0
}
},
"liquidators": [
{
"minRevenue": 0.2,
"maxRevenue": 1.0,
"maxHealth": null,
"numCandidates": 50,
"txManager": "TEST"
}
],
"network": {
"name": "mainnet",
"providers": [
{
"type": "WS_Infura",
"envKeyID": "PROVIDER_INFURA_ID"
},
{
"type": "WS_Alchemy",
"envKeyKey": "PROVIDER_ALCHEMY_KEY"
}
]
},
"fetching": {
"cTokenServiceInterval": 0,
"accountServiceInterval": 0,
"coinbaseReporter": 1200
},
"logging": {
"ipc": {
"Oracles>Set": false,
"Messages>CheckCandidatesLiquidity": false,
"Messages>CheckCandidatesLiquidityComplete": false,
"Messages>UpdateCandidates": false,
"Messages>MissedOpportunity": false,
"Candidates>Liquidate": true,
"Candidates>LiquidateWithPriceUpdate": true
}
}
}