From a74e0e8f710e371e6bc0b56f356eddd15858b0f2 Mon Sep 17 00:00:00 2001 From: Chef Yogi <99634186+Chef-Yogi@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:45:49 +0800 Subject: [PATCH] chore: list rpl pool on eth (#7414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🤖 Generated by Copilot at dc4de8b ### Summary 🚀🍰🌊 Add a new CAKE-RPL pool to `packages/pools/src/constants/pools/1.ts`. This pool enables users to stake CAKE and earn RPL on PancakeSwap. > _`CAKE` for `RPL`_ > _A new pool to stake and earn_ > _Autumn harvest time_ ### Walkthrough * Add a new pool for staking CAKE and earning RPL ([link](https://github.com/pancakeswap/pancake-frontend/pull/7414/files?diff=unified&w=0#diff-cd952ff17505198e44ad083b28429fef4a2875f01f94a9e41ced215ec21040a0R33-R40)) --- packages/pools/src/constants/pools/1.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/pools/src/constants/pools/1.ts b/packages/pools/src/constants/pools/1.ts index 6374e825aced4..df5eff515bfaf 100644 --- a/packages/pools/src/constants/pools/1.ts +++ b/packages/pools/src/constants/pools/1.ts @@ -4,6 +4,14 @@ import { getAddress } from 'viem' import { PoolCategory, SerializedPool } from '../../types' export const livePools: SerializedPool[] = [ + { + sousId: 6, + stakingToken: ethereumTokens.cake, + earningToken: ethereumTokens.rpl, + contractAddress: '0x3f0bCCa8f5aA37e184B22e3A2ca8C292fe6B716B', + poolCategory: PoolCategory.CORE, + tokenPerSecond: '0.0005093', + }, { sousId: 5, stakingToken: ethereumTokens.cake,