Skip to content

Commit

Permalink
feat: List axlUSDC-USDT farm (#7320)
Browse files Browse the repository at this point in the history
axlUSDC-USDT (0.01%) 
contract: `0x803036ac78752ef599ec75c500ac8b0ac0be67df`






### <samp>🤖 Generated by Copilot at db32cc0</samp>

### Summary
🌾🪙🔽


Add a new farm for AXL/USDC and USDT pair. This farm lets users earn rewards by providing liquidity for Axial Finance tokens with low fees.

> _New farm for `AXL`_
> _Stake tokens, earn more rewards_
> _Low fee in winter_

### Walkthrough
*  Add a new farm for AXL/USDC and USDT pair ([link](https://github.com/pancakeswap/pancake-frontend/pull/7320/files?diff=unified&w=0#diff-b68c662a4cbcb945733d7c43d7c670219954b0f8395016547312ad2d6ad6a066R46-R52))
  • Loading branch information
ChefMomota authored Jul 10, 2023
1 parent 40685f7 commit 0534655
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/farms/constants/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ export const farmsV3 = defineFarmV3Configs([
feeAmount: FeeAmount.LOW,
},
// keep those farms on top
{
pid: 52,
token0: bscTokens.axlusdc,
token1: bscTokens.usdt,
lpAddress: Pool.getAddress(bscTokens.axlusdc, bscTokens.usdt, FeeAmount.LOWEST),
feeAmount: FeeAmount.LOWEST,
},
{
pid: 51,
token0: bscTokens.pendle,
Expand Down

2 comments on commit 0534655

@vercel
Copy link

@vercel vercel bot commented on 0534655 Jul 10, 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

@vercel
Copy link

@vercel vercel bot commented on 0534655 Jul 10, 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.