-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample_config.json
41 lines (41 loc) · 1.09 KB
/
sample_config.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
{
"subscribe_commands": {
"defibot": "DebtTracker",
"linkbot": "LinkTracker"
},
"token": "<YOUR BOT'S DISCORD TOKEN>",
"channels": {
},
"max_wait_period": 720,
"trackers": [
{
"type": "DebtTracker",
"address": "0x3f3e305c4ad49271ebda489dd43d2c8f027d2d41",
"tag": "DeFiGod",
"subscribe_command": "defibot",
"channels": [
],
"ignorable_debts": []
},
{
"type": "DebtTracker",
"address": "0x9c5083dd4838e120dbeac44c052179692aa5dac5",
"tag": "TetraNode",
"subscribe_command": "defibot",
"channels": [
],
"ignorable_debts": []
},
{
"type": "DebtTracker",
"address": "0xcba1a275e2d858ecffaf7a87f606f74b719a8a93",
"tag": "Farming God",
"subscribe_command": "defibot",
"channels": [
],
"ignorable_debts": [
"Abracadabra (eth), supply xSUSHI"
]
}
]
}