Skip to content

Commit

Permalink
chore: list XRGB pools on BSC (#9161)
Browse files Browse the repository at this point in the history
<!--
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 pool with `sousId: 372` in `pools/56.ts`.

### Detailed summary
- Added a new pool with `sousId: 372`
- Staking token is `bscTokens.cake`
- Earning token is `bscTokens.xrgb`
- Contract address: `0x9d5a02246dE31cfd120aB18694309f0363906677`
- Pool category: `CORE`
- Token per block: `0.05787`
- Version: `3`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
Chef-Yogi authored Feb 27, 2024
1 parent 46b9c87 commit 1d29560
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/pools/src/constants/pools/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ export const livePools: SerializedPool[] = [
tokenPerBlock: '10',
isFinished: false,
},
{
sousId: 372,
stakingToken: bscTokens.cake,
earningToken: bscTokens.xrgb,
contractAddress: '0x9d5a02246dE31cfd120aB18694309f0363906677',
poolCategory: PoolCategory.CORE,
tokenPerBlock: '0.05787',
version: 3,
},
{
sousId: 371,
stakingToken: bscTokens.cake,
Expand Down

0 comments on commit 1d29560

Please sign in to comment.