You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
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 introduces a new advertisement component for the `Merl` trading
competition alongside the existing `Eos` competition. It updates the
configuration to include the new component and modifies the trading
competition logic to accommodate both types.
### Detailed summary
- Added `AdTradingCompetitionMerl` to the import statement in
`config.tsx`.
- Introduced a new ad configuration for `merl` in `useAdConfig`.
- Updated `AdTradingCompetition` to accept a token of type `keyof typeof
tradingCompetitionConfig`.
- Created `AdTradingCompetitionMerl` function to render the
`AdTradingCompetition` with `merl` token.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->
0 commit comments