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 the `Listapie` campaign and related components,
replacing references to `SOLV` with `Listapie` across various files. It
adds a new token launch and modifies UI components to reflect the
changes.
### Detailed summary
- Added `Listapie` campaign to `campaigns.ts`.
- Updated `ERC20Token` details for `Listapie` in `constants/bsc.ts`.
- Created `AdListaPie` component in `Ads/AdListapie.tsx`.
- Replaced `AdSolv` with `AdListaPie` in `AdPanel/config.tsx`.
- Updated `PhishingWarningBanner` to include `ListapieStripe`.
- Modified translation strings in `translations.json`.
- Added new `ifos` entry for `Listapie` in `ifos/bsc.ts`.
- Updated `SolvStrip` to `ListapieStripe` in `PhishingWarningBanner`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->
Copy file name to clipboardExpand all lines: packages/localization/src/config/translations.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3679,7 +3679,7 @@
3679
3679
"Please provide valid choices": "Please provide valid choices",
3680
3680
"The vested tokens will be released linearly over a period of %countdown%.": "The vested tokens will be released linearly over a period of %countdown%.",
3681
3681
"%token% IFO starts in": "%token% IFO starts in",
3682
-
"Join the SOLV Token Launch (IFO) on BNB Chain PancakeSwap": "Join the SOLV Token Launch (IFO) on BNB Chain PancakeSwap",
3682
+
"Join the %token% Token Launch (IFO) on BNB Chain PancakeSwap": "Join the %token% Token Launch (IFO) on BNB Chain PancakeSwap",
3683
3683
"The time has already passed.": "The time has already passed.",
0 commit comments