Skip to content

Commit

Permalink
Axs - 18:00 (pancakeswap#1744)
Browse files Browse the repository at this point in the history
* feat(farm/pool): AXS

* chore: Add tokenPerBlock and ContractAddress

* fix: AXS-BNB LP address

Co-authored-by: ChefKai <[email protected]>
  • Loading branch information
Chef-Chungus and ChefKai authored Jul 17, 2021
1 parent 6ad4d1c commit fae4557
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/config/constants/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ const farms: FarmConfig[] = [
token: tokens.trx,
quoteToken: tokens.wbnb,
},
{
pid: 430,
lpSymbol: 'AXS-BNB LP',
lpAddresses: {
97: '',
56: '0xc2d00de94795e60fb76bc37d899170996cbda436',
},
token: tokens.axs,
quoteToken: tokens.wbnb,
},
{
pid: 429,
lpSymbol: 'CHESS-USDC 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: 199,
stakingToken: tokens.axs,
earningToken: tokens.cake,
contractAddress: {
97: '',
56: '0xfd932a25616f82d26226e135965662823180d0c5',
},
poolCategory: PoolCategory.CORE,
harvest: true,
sortOrder: 999,
tokenPerBlock: '0.03968',
},
{
sousId: 198,
stakingToken: tokens.cake,
Expand Down
9 changes: 9 additions & 0 deletions src/config/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ const tokens = {
decimals: 18,
projectLink: 'https://pancakeswap.finance/',
},
axs: {
symbol: 'AXS',
address: {
56: '0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0',
97: '',
},
decimals: 18,
projectLink: 'https://axieinfinity.com/',
},
chess: {
symbol: 'CHESS',
address: {
Expand Down

0 comments on commit fae4557

Please sign in to comment.