fix: populate config endpoints with chain and token data #33
Reference in New Issue
Block a user
Delete Branch "fix/issue-27"
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?
Summary
Changes
Closes #27
@@ -14,0 +15,4 @@async def get_tokens():settings = get_settings()client = AveCloudClient(api_key=settings.AVE_API_KEY, plan=settings.AVE_API_PLAN)tokens = await client.get_tokens(chain="bsc", limit=100)actually I'd like to limit the tokens to 20 for now. its okay to hardcode for now, we will adjust later if needed
change the tokens limit from 100 to 20
lgtm