Skip to content

Commit c86c7dd

Browse files
authored
Merge pull request #20 from drift-labs:delist-recommender
Add list-recommender
2 parents e17613e + a2ab152 commit c86c7dd

File tree

8 files changed

+1302
-1350
lines changed

8 files changed

+1302
-1350
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ ucache
3939
**/*.meta
4040
**/package-lock.json
4141

42-
supervisord.pid
42+
supervisord.pid
43+
44+
# Exchange data
45+
exchange_data/*
46+
list_recommender.log

backend/api/__init__.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
from . import (
2+
asset_liability,
3+
backend_health,
4+
deposits,
5+
health,
6+
liquidation,
7+
metadata,
8+
pnl,
9+
positions,
10+
price_shock,
11+
snapshot,
12+
ucache,
13+
vaults,
14+
delist_recommender,
15+
list_recommender,
16+
)

0 commit comments

Comments
 (0)