Skip to content

Commit

Permalink
feat(pool): Bondly (pancakeswap#1482)
Browse files Browse the repository at this point in the history
Farm boost
  • Loading branch information
Chef-Chungus authored Jun 10, 2021
1 parent 77e26aa commit e405645
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: 347,
lpSymbol: 'BONDLY-BNB LP',
lpAddresses: {
97: '',
56: '0xb8b4383B49d451BBeA63BC4421466E1086da6f18',
},
token: tokens.bondly,
quoteToken: tokens.wbnb,
},
{
pid: 407,
lpSymbol: 'MARSH-BNB LP',
Expand Down Expand Up @@ -678,16 +688,6 @@ const farms: FarmConfig[] = [
token: tokens.itam,
quoteToken: tokens.wbnb,
},
{
pid: 347,
lpSymbol: 'BONDLY-BNB LP',
lpAddresses: {
97: '',
56: '0xb8b4383B49d451BBeA63BC4421466E1086da6f18',
},
token: tokens.bondly,
quoteToken: tokens.wbnb,
},
{
pid: 346,
lpSymbol: 'TKO-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: 173,
stakingToken: tokens.cake,
earningToken: tokens.bondly,
contractAddress: {
97: '',
56: '0x4ea43fce546975aae120c9eeceb172500be4a02b',
},
poolCategory: PoolCategory.CORE,
harvest: true,
sortOrder: 999,
tokenPerBlock: '0.6741',
},
{
sousId: 172,
stakingToken: tokens.cake,
Expand Down

0 comments on commit e405645

Please sign in to comment.