pancake-frontend icon indicating copy to clipboard operation
pancake-frontend copied to clipboard

:pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)

Results 178 pancake-frontend issues
Sort by recently updated
recently updated
newest added

--- ## PR-Codex overview This PR focuses on replacing empty function implementations with `noop` from `lodash` across various components, enhancing code readability and maintainability. ### Detailed summary - Replaced empty...

size/S

--- ## PR-Codex overview The focus of this PR is to update farm prices and LP tokens in various chains. ### Detailed summary - Updated farm token prices and LP...

size/S

When in mobile wallets with dapp browsers app put it into background for some time, when in foreground it first shows Down until next interval. It happens intermittently. This pr...

size/L

--- ## PR-Codex overview The focus of this PR is to update time-related data structures and functions across various components for consistency and clarity. ### Detailed summary - Updated `time`...

size/XXL

--- ## PR-Codex overview This PR introduces new functionalities related to vault history snapshots, ROR calculations, and UI improvements. ### Detailed summary - Added `vaultAddress` in `PCSDuoTokenVault` interface - Added...

size/L

--- ## PR-Codex overview This PR introduces a new provider `Topper`, updates translations, refactors code for provider availabilities, and adjusts endpoint URLs. ### Detailed summary - Added `Topper` as a...

size/L

--- ## PR-Codex overview The focus of this PR is to optimize imports, update dependencies, and adjust button functionality in the `MyReferralLink.tsx` component. ### Detailed summary - Reordered and optimized...

size/S

This pull request significantly improves the LP APR fetcher script, making it more robust, efficient, and error-resistant. The enhancements focus on better error handling, improved performance, and more detailed logging....

size/L

### Is there an existing issue for this? - [X] I have searched the existing issues ### Product Trade ### Current Behavior ✓ Linting and checking validity of types ✓...

Bug
Triage

I am trying to solve the following: Imports: ```ts import { SmartRouter } from "@pancakeswap/smart-router"; import { createPublicClient, http } from "viem"; import { bsc } from "viem/chains"; ``` In...

Bug