Add configurable data providers and localize frontend UI
This commit is contained in:
@@ -451,6 +451,7 @@ class StateSync:
|
||||
"leaderboard": self._state.get("leaderboard", []),
|
||||
"portfolio": self._state.get("portfolio", {}),
|
||||
"realtime_prices": self._state.get("realtime_prices", {}),
|
||||
"data_sources": self._state.get("data_sources", {}),
|
||||
}
|
||||
|
||||
if include_dashboard:
|
||||
|
||||
Reference in New Issue
Block a user