Skip to content

Commit

Permalink
feat(farm/pool): LIEN (pancakeswap#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Chungus authored May 26, 2021
1 parent 73ff106 commit 3bc663b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/config/constants/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ const farms: FarmConfig[] = [
/**
* V3 by order of release (some may be out of PID order due to multiplier boost)
*/
{
pid: 335,
lpSymbol: 'LIEN-BNB LP',
lpAddresses: {
97: '',
56: '0xa4963B38b271c0D714593063497Fc786Fa4029Ce',
},
token: tokens.lien,
quoteToken: tokens.wbnb,
},
{
pid: 392,
lpSymbol: 'WELL-BUSD LP',
Expand Down Expand Up @@ -638,16 +648,6 @@ const farms: FarmConfig[] = [
token: tokens.swth,
quoteToken: tokens.wbnb,
},
{
pid: 335,
lpSymbol: 'LIEN-BNB LP',
lpAddresses: {
97: '',
56: '0xa4963B38b271c0D714593063497Fc786Fa4029Ce',
},
token: tokens.lien,
quoteToken: tokens.wbnb,
},
{
pid: 334,
lpSymbol: 'ZIL-BNB LP',
Expand Down
13 changes: 13 additions & 0 deletions src/config/constants/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ const pools: PoolConfig[] = [
sortOrder: 1,
isFinished: false,
},
{
sousId: 158,
stakingToken: tokens.cake,
earningToken: tokens.lien,
contractAddress: {
97: '',
56: '0x2b8d6c9c62bfc1bed84724165d3000e61d332cab',
},
poolCategory: PoolCategory.CORE,
harvest: true,
sortOrder: 999,
tokenPerBlock: '0.023148',
},
{
sousId: 157,
stakingToken: tokens.cake,
Expand Down

0 comments on commit 3bc663b

Please sign in to comment.