Skip to content

Commit

Permalink
Added new syrup pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Mar 15, 2022
1 parent 0dc29b9 commit 89f398a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/state/stake/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,17 @@ export const SYRUP_REWARDS_INFO: {
}[]
} = {
[ChainId.MATIC]: [
{
token: FUSE,
stakingRewardAddress: '0xF2f0eadC00FE2009B64D5B735F0F06B45C502D15',
ended: false,
lp: '',
name: '',
baseToken: ETHER,
rate: 3333.33,
ending: 1652570793,
stakingToken: QUICK
},
{
token: DERC,
stakingRewardAddress: '0x09ecE0A8fF76AEa30d82480E8a89ec9fEeca9B0F',
Expand Down

0 comments on commit 89f398a

Please sign in to comment.