forked from ubiquity/ubiquibot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathubiquibot-config-default.json
104 lines (104 loc) · 2.01 KB
/
ubiquibot-config-default.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"evm-network-id": 100,
"price-multiplier": 1,
"issue-creator-multiplier": 1000,
"payment-permit-max-price": 9007199254740991,
"max-concurrent-assigns": 9007199254740991,
"assistive-pricing": false,
"disable-analytics": false,
"comment-incentives": false,
"register-wallet-with-verification": false,
"promotion-comment": "\n<h6>If you enjoy the DevPool experience, please follow <a href='https://github.com/ubiquity'>Ubiquity on GitHub</a> and star <a href='https://github.com/ubiquity/devpool-directory'>this repo</a> to show your support. It helps a lot!</h6>",
"default-labels": [],
"time-labels": [
{
"name": "Time: <1 Hour",
"weight": 0.125,
"value": 3600
},
{
"name": "Time: <1 Day",
"weight": 1,
"value": 86400
},
{
"name": "Time: <1 Week",
"weight": 2,
"value": 604800
},
{
"name": "Time: <2 Weeks",
"weight": 3,
"value": 1209600
},
{
"name": "Time: <1 Month",
"weight": 4,
"value": 2592000
}
],
"priority-labels": [
{
"name": "Priority: 0 (Normal)",
"weight": 1
},
{
"name": "Priority: 1 (Medium)",
"weight": 2
},
{
"name": "Priority: 2 (High)",
"weight": 3
},
{
"name": "Priority: 3 (Urgent)",
"weight": 4
},
{
"name": "Priority: 4 (Emergency)",
"weight": 5
}
],
"command-settings": [
{
"name": "start",
"enabled": false
},
{
"name": "stop",
"enabled": false
},
{
"name": "wallet",
"enabled": false
},
{
"name": "payout",
"enabled": false
},
{
"name": "multiplier",
"enabled": false
},
{
"name": "query",
"enabled": false
},
{
"name": "allow",
"enabled": false
},
{
"name": "autopay",
"enabled": false
}
],
"incentives": {
"comment": {
"elements": {},
"totals": {
"word": 0
}
}
}
}