Skip to content

Commit

Permalink
feat(pool): SUTER (pancakeswap#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Chungus authored Jun 28, 2021
1 parent b06b688 commit 3ed79b6
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: 357,
lpSymbol: 'SUTER-BNB LP',
lpAddresses: {
97: '',
56: '0x2d5DB889392Bc3c8B023A8631ca230A033eEA1B8',
},
token: tokens.suter,
quoteToken: tokens.wbnb,
},
{
pid: 421,
lpSymbol: 'BSCPAD-BNB LP',
Expand Down Expand Up @@ -758,16 +768,6 @@ const farms: FarmConfig[] = [
token: tokens.cgg,
quoteToken: tokens.wbnb,
},
{
pid: 357,
lpSymbol: 'SUTER-BNB LP',
lpAddresses: {
97: '',
56: '0x2d5DB889392Bc3c8B023A8631ca230A033eEA1B8',
},
token: tokens.suter,
quoteToken: tokens.wbnb,
},
{
pid: 356,
lpSymbol: 'bROOBEE-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: 190,
stakingToken: tokens.cake,
earningToken: tokens.suter,
contractAddress: {
97: '',
56: '0x4da8da81647ee0aa7350e9959f3e4771eb753da0',
},
poolCategory: PoolCategory.CORE,
harvest: true,
sortOrder: 999,
tokenPerBlock: '69.9074',
},
{
sousId: 189,
stakingToken: tokens.cake,
Expand Down

0 comments on commit 3ed79b6

Please sign in to comment.