Skip to content

Commit

Permalink
fix: enable coingecko
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jun 5, 2024
1 parent 6ac1bc0 commit 69a0c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balanced_backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Settings(BaseSettings):
MAX_TS_RECORDS: int = 5000

COINGECKO_LIQUIDITY_CUTOFF: int = 1000
COINGECKO_DISABLE: bool = True
COINGECKO_DISABLE: bool = False

class Config:
case_sensitive = True
Expand Down

0 comments on commit 69a0c33

Please sign in to comment.