P0: Config endpoints return empty arrays #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
/api/config/chainsand/api/config/tokensendpoints return empty arrays, making it impossible for frontend to populate dropdowns.Current Implementation (config.py:6-13)
Solution
/chainsEndpointReturn
["bsc"]only - BNB Chain is the only supported chain for Phase 1./tokensEndpointQuery AVE Cloud API directly to get available tokens.
Acceptance Criteria
/api/config/chainsreturns{"chains": ["bsc"]}/api/config/tokensreturns list of tokens from AVE API