Skip to content

Commit

Permalink
feat: Add KRW pool
Browse files Browse the repository at this point in the history
- Still need an icon
  • Loading branch information
DeFiFoFum committed Sep 5, 2021
1 parent 0b3fa35 commit 1811825
Show file tree
Hide file tree
Showing 4 changed files with 2,319 additions and 2,409 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-explicit-any": 0,
"radix": 0,
"import/no-extraneous-dependencies": 0
"import/no-extraneous-dependencies": 0,
"react/require-default-props": 0,
"react/no-unused-prop-types": 0
// End temporary rules
}
}
Binary file added public/images/tokens/KRW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/config/constants/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2069,6 +2069,28 @@ const pools: PoolConfig[] = [
isFinished: false,
tokenDecimals: 18,
},
{
sousId: 94,
tokenName: 'KRW',
image: 'KRW.png',
stakingTokenName: 'BANANA',
stakingTokenAddress: {
97: '0x4fb99590ca95fc3255d9fa66a1ca46c43c34b09a',
56: '0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95',
},
contractAddress: {
97: '0x6c6248ea3ff05200b9df0bc91cec2dea4f57a95d',
56: '0x272d18f546CFF72D1a5bBcA9e0E25F97A71FcA1a',
},
poolCategory: PoolCategory.APEZONE,
projectLink: 'https://kingdefi.io/',
harvest: true,
tokenPerBlock: `14.467592592592592592`,
sortOrder: 1,
reflect: false,
isFinished: false,
tokenDecimals: 18,
},
]

export default pools
Loading

0 comments on commit 1811825

Please sign in to comment.