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 introduces a new token and updates the farm configuration for the Arbitrum network. ### Detailed summary - Added a new token `fbtc` of type `ERC20Token` with properties: - `chainId`: `ChainId.ARBITRUM_ONE` - `address`: '0xC96dE26018A54D51c097160568752c4E3BD6C364' - `decimals`: 8 - `symbol`: 'FBTC' - `name`: 'Fire Bitcoin' - `website`: 'https://fbtc.com/' - Updated `arbFarmConfig` to include a new farm configuration with: - `pid`: 95 - `token0`: `arbitrumTokens.wbtc` - `token1`: `arbitrumTokens.fbtc` - `feeAmount`: `FeeAmount.MEDIUM` - `lpAddress`: dynamically generated using `Pool.getAddress` method. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information