-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig-bos-mint.yaml.example
85 lines (79 loc) · 1.65 KB
/
config-bos-mint.yaml.example
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
debug: False
project_name: MINT
project_sub_name: The BOS Manual Intervention Module
secret_key: # enter any random string
sql_database: "sqlite:////data/bookied-local.db"
connection:
use: alice
baxter:
node:
- wss://api.ppy.blckchnd.com
nobroadcast: False
num_retries: 1
allowed_assets:
- BTF
- BTC
- PPY
- BTCTEST
allowed_transitions:
EventStatus:
create:
- upcoming
upcoming:
- in_progress
- finished
- frozen
- canceled
in_progress:
- finished
- frozen
- canceled
finished:
- canceled
frozen:
- upcoming
- in_progress
- frozen
- canceled
- finished
BettingMarketGroupStatus:
create:
- upcoming
upcoming:
- closed
- canceled
- in_play
- frozen
in_play:
- frozen
- closed
- canceled
closed:
- graded
- canceled
graded:
- re_grading
- settled
- canceled
re_grading:
- graded
- canceled
BettingMarketStatus:
create:
- unresolved
unresolved:
- win
- not_win
- canceled
- frozen
frozen:
- unresolved
- win
- not_win
- canceled
win:
- not_win
- canceled
not_win:
- canceled
- win