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 adds a new farm configuration to the `bscFarmConfig` array for a liquidity pool on the Binance Smart Chain. ### Detailed summary - Added a new farm configuration object with the following properties: - `pid`: 190 - `chainId`: `ChainId.BSC` - `protocol`: `Protocol.V3` - `token0`: `bscTokens.ynbnb` - `token1`: `bscTokens.wbnb` - `feeAmount`: `FeeAmount.LOW` - `lpAddress`: Address obtained from `Pool.getAddress` for the specified tokens and fee amount. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information