Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: align merkl data source (#11089)
<!-- 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 modifies the `fetch` call in the `getAllNetworkMerklApr` function to remove a specific query parameter from the URL, potentially broadening the API request to fetch data without filtering for `pancakeswapv3`. ### Detailed summary - Changed the API URL in `getAllNetworkMerklApr` from `https://api.angle.money/v2/merkl?AMMs=pancakeswapv3` to `https://api.angle.money/v2/merkl`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information