Skip to content

Commit

Permalink
chore: Fix pid (#8192)
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 be4eb58</samp>

### Summary
🔄🌾🚀

<!--
1. 🔄 This emoji represents the swapping or changing of the pid from 42
to 41, indicating that the farm id was updated to match the contract
deployment.
2. 🌾 This emoji represents the farm or farming feature, indicating that
the change affects the ETHX-BUSD farm and its rewards.
3. 🚀 This emoji represents the launch or deployment of the new contract
and farms, indicating that the change is part of the V3 release and
upgrade.
-->
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))
  • Loading branch information
chefjackson authored Oct 23, 2023
1 parent e2e4e3d commit be64afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/farms/constants/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit be64afc

@vercel
Copy link

@vercel vercel bot commented on be64afc Oct 23, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.