Skip to content

Commit

Permalink
chore: list v2 and SS farm (#8981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi authored Feb 2, 2024
1 parent f4c2939 commit 639e6aa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/farms/constants/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,49 @@ const farms: SerializedFarmConfig[] = [
quoteToken: bscTokens.wbnb,
},
// * V3 by order of release (some may be out of PID order due to multiplier boost)
{
pid: 179,
lpSymbol: 'mDLP-DLP LP',
lpAddress: '0xA2915ae3bc8C6C03f59496B6Dd26aa6a4335b788',
token: bscTokens.mdlp,
quoteToken: bscTokens.dlp,
stableSwapAddress: '0x25d0eD3b1cE5aF0F3Ac7da4b39B46FC409bF67e2',
infoStableSwapAddress: '0x150c8AbEB487137acCC541925408e73b92F39A50',
stableLpFee: 0.00125,
stableLpFeeRateOfTotalFee: 0.5,
},
{
pid: 178,
lpSymbol: 'mPENDLE-PENDLE LP',
lpAddress: '0x183F325b33d190597D80d1B46D865d0250fD9BF2',
token: bscTokens.mpendle,
quoteToken: bscTokens.pendle,
stableSwapAddress: '0xD8CB82059da7215b1a9604E845d49D3e78d0f95A',
infoStableSwapAddress: '0x150c8AbEB487137acCC541925408e73b92F39A50',
stableLpFee: 0.00125,
stableLpFeeRateOfTotalFee: 0.5,
},
{
pid: 177,
lpSymbol: 'CKP-mCAKE LP',
lpAddress: '0xdb92AD18eD18752a194b9D831413B09976B34AE1',
token: bscTokens.ckp,
quoteToken: bscTokens.mcake,
},
{
pid: 176,
lpSymbol: 'RDP-BNB LP',
lpAddress: '0xc9B415b8331e1Fb0d2f3442Ac8413E279304090f',
token: bscTokens.rdp,
quoteToken: bscTokens.wbnb,
},
{
pid: 175,
lpSymbol: 'BNB-HZN LP',
lpAddress: '0xDc9a574b9B341D4a98cE29005b614e1E27430E74',
token: bscTokens.wbnb,
quoteToken: bscTokens.hzn,
},
{
pid: 173,
lpSymbol: 'sdCAKE-CAKE LP',
Expand Down

0 comments on commit 639e6aa

Please sign in to comment.