Skip to content

Commit

Permalink
chore: list BSC farms and pools (#7777)
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
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at e7e02b1</samp>

### Summary

No summary available (Limit exceeded: required to process 88319 tokens,
but only 50000 are allowed per call)



### Walkthrough
No walkthrough available (Limit exceeded: required to process 88319
tokens, but only 50000 are allowed per call)
  • Loading branch information
Chef-Yogi authored Sep 6, 2023
1 parent efa8af4 commit c2f8fe7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/farms/constants/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ export const farmsV3 = defineFarmV3Configs([
feeAmount: FeeAmount.LOW,
},
// keep those farms on top
{
pid: 85,
token0: bscTokens.usdt,
token1: bscTokens.play,
lpAddress: '0x73D69D55893d6c97DCA44AF2Aa85B688C0242d7f',
feeAmount: FeeAmount.HIGH,
},
{
pid: 84,
token0: bscTokens.usdt,
token1: bscTokens.xcad,
lpAddress: '0x302e26e9bda986709B5F504D3426c2310e6383c6',
feeAmount: FeeAmount.MEDIUM,
},
{
pid: 83,
token0: bscTokens.usdt,
Expand Down
18 changes: 18 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,24 @@ export const livePools: SerializedPool[] = [
tokenPerBlock: '10',
isFinished: false,
},
{
sousId: 363,
stakingToken: bscTokens.cake,
earningToken: bscTokens.play,
contractAddress: '0x17D87e825A2231628bCBf1aF1aaEaD419dd3a53D',
poolCategory: PoolCategory.CORE,
tokenPerBlock: '0.5902',
version: 3,
},
{
sousId: 362,
stakingToken: bscTokens.cake,
earningToken: bscTokens.xcad,
contractAddress: '0x1328F684569cE0Cb0F13ce023e1C910f23CaBcA8',
poolCategory: PoolCategory.CORE,
tokenPerBlock: '0.01658',
version: 3,
},
{
sousId: 361,
stakingToken: bscTokens.cake,
Expand Down

1 comment on commit c2f8fe7

@vercel
Copy link

@vercel vercel bot commented on c2f8fe7 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

uikit – ./packages/uikit

uikit.pancake.run
uikit-git-develop.pancake.run

Please sign in to comment.