Skip to content

Commit

Permalink
feat(pool): ODDZ (pancakeswap#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Chungus authored Jun 11, 2021
1 parent 6598a4e commit 5bc1499
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: 343,
lpSymbol: 'ODDZ-BNB LP',
lpAddresses: {
97: '',
56: '0x3c2c77353E2F6AC1578807b6b2336Bf3a3CbB014',
},
token: tokens.oddz,
quoteToken: tokens.wbnb,
},
{
pid: 409,
lpSymbol: 'ETH-USDC LP',
Expand Down Expand Up @@ -738,16 +748,6 @@ const farms: FarmConfig[] = [
token: tokens.hoo,
quoteToken: tokens.busd,
},
{
pid: 343,
lpSymbol: 'ODDZ-BNB LP',
lpAddresses: {
97: '',
56: '0x3c2c77353E2F6AC1578807b6b2336Bf3a3CbB014',
},
token: tokens.oddz,
quoteToken: tokens.wbnb,
},
{
pid: 342,
lpSymbol: 'EASY-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: 174,
stakingToken: tokens.cake,
earningToken: tokens.oddz,
contractAddress: {
97: '',
56: '0x44d1f81e80e43e935d66d65874354ef91e5e49f6',
},
poolCategory: PoolCategory.CORE,
harvest: true,
sortOrder: 999,
tokenPerBlock: '0.4843',
},
{
sousId: 173,
stakingToken: tokens.cake,
Expand Down

0 comments on commit 5bc1499

Please sign in to comment.