Skip to content

Commit

Permalink
chore: list new pool on bsc (#10768)
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 introduces a new staking pool configuration in the `56.ts` file,
adding a new entry for a pool that allows users to stake `dck` tokens in
exchange for `cake` tokens.

### Detailed summary
- Added a new pool configuration with the following properties:
  - `sousId`: 390
  - `stakingToken`: `bscTokens.dck`
  - `earningToken`: `bscTokens.cake`
  - `contractAddress`: '0xBEB88b8Ae6fE37D12450cbbBEbe308c916213Abd'
  - `poolCategory`: `PoolCategory.CORE`
  - `tokenPerBlock`: '0.0028'

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

<!-- end pr-codex -->
  • Loading branch information
Chef-Yogi authored Oct 1, 2024
1 parent dfc1615 commit 5cf3712
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,14 @@ export const livePools: SerializedPool[] = [
tokenPerBlock: '10',
isFinished: false,
},
{
sousId: 390,
stakingToken: bscTokens.dck,
earningToken: bscTokens.cake,
contractAddress: '0xBEB88b8Ae6fE37D12450cbbBEbe308c916213Abd',
poolCategory: PoolCategory.CORE,
tokenPerBlock: '0.0028',
},
{
sousId: 389,
stakingToken: bscTokens.cake,
Expand Down

0 comments on commit 5cf3712

Please sign in to comment.