Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Before opening a pull request, please read the [contributing guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md) first --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on modifying the GraphQL query for fetching pool data to include an `endAt` parameter, allowing for more precise date filtering. ### Detailed summary - Added `endAt: Int!` parameter to the `pools` query. - Changed the filter from `date_gt` to `date_gte` for `startAt`. - Added `date_lt: $endAt` filter to the query. - Updated the `fetchV3PoolsTvlVolumeFromSubgraph` function to include `endAt` in its parameters. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information