pancake-frontend
pancake-frontend copied to clipboard
perf: Use batch query for token pools data
PR-Codex overview
This PR refactors the TOKENS_BULK
function to handle multiple queries efficiently using multiQuery
.
Detailed summary
- Refactored
TOKENS_BULK
to return query string directly - Updated query execution to handle multiple queries with
multiQuery
- Enhanced data parsing logic for different time intervals
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}