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 fixing a missing gauge in the `@pancakeswap/gauges` package by updating the logic in the `getAllGauges.ts` file to correctly handle gauge configurations. ### Detailed summary - Updated variable name from `presets` to `gaugesConfig` for clarity. - Introduced sorting of `gaugesConfig` based on `gid` before assigning it to `presets`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information