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 ERC20 token called `pufETH` to the BSC network
and adds a corresponding farm configuration for it.
### Detailed summary
- Added `pufETH` token to `packages/tokens/src/constants/bsc.ts` with:
- Chain ID: `ChainId.BSC`
- Address: `0x64274835D88F5c0215da8AADd9A5f2D2A2569381`
- Decimals: `18`
- Name: `xPufETH`
- Symbol: `xPufETH`
- Website: `https://www.puffer.fi/`
- Updated `bscFarmConfig` in `packages/farms/src/farms/bsc.ts` to
include:
- New farm configuration for `pufETH` with `pid: 186`
- Uses `lpAddress` from `Pool.getAddress` for `bscTokens.eth` and
`bscTokens.pufETH`
- Set `feeAmount` to `FeeAmount.LOW`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->
0 commit comments