From be64afc42fffa4e2577ef1e1327902c79bdc4ddc Mon Sep 17 00:00:00 2001 From: chefjackson <116779127+chefjackson@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:15:59 +0800 Subject: [PATCH] chore: Fix pid (#8192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### πŸ€– Generated by Copilot at be4eb58 ### Summary πŸ”„πŸŒΎπŸš€ Updated the pid of the ETHX-BUSD farm in `eth.ts` to match the contract deployment. This is part of a pull request that adds new farms for V3. > _`pid` of farm changed_ > _Contract deployment updated_ > _V3 launch in spring_ ### Walkthrough * Change the pid of the ETHX-BUSD farm to match the contract deployment ([link](https://github.com/pancakeswap/pancake-frontend/pull/8192/files?diff=unified&w=0#diff-1061ed839e27418db7270f395760f2b46f58d641b76b0d42c3c637a01797617bL52-R52)) --- packages/farms/constants/eth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/farms/constants/eth.ts b/packages/farms/constants/eth.ts index abab376f1fff7..94ee8f28bac33 100644 --- a/packages/farms/constants/eth.ts +++ b/packages/farms/constants/eth.ts @@ -49,7 +49,7 @@ export const farmsV3 = defineFarmV3Configs([ }, // Keep those farms on top { - pid: 42, + pid: 41, lpAddress: '0x4D4c8F2f30e0224889ab578283A844e10B57e0F8', token0: ethereumTokens.ethx, token1: ethereumTokens.weth,