Skip to content

Commit

Permalink
Removed ATLX pool from active syrup list
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Mar 3, 2022
1 parent a5f4ce6 commit 82ef5de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/state/stake/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,17 +446,6 @@ export const SYRUP_REWARDS_INFO: {
ending: 1648935388,
stakingToken: QUICK
},
{
token: ATLX,
stakingRewardAddress: '0x8C0220490AC39b7b1F643cd4AfFbaFEB5ad16427',
ended: false,
lp: '',
name: '',
baseToken: USDC,
rate: 400,
ending: 1645917952,
stakingToken: QUICK
},
{
token: ORARE,
stakingRewardAddress: '0x3Fb1058F4E248A9fe27edd2D7a4169DEDFC238c9',
Expand Down Expand Up @@ -606,6 +595,17 @@ export const OLD_SYRUP_REWARDS_INFO: {
}[]
} = {
[ChainId.MATIC]: [
{
token: ATLX,
stakingRewardAddress: '0x8C0220490AC39b7b1F643cd4AfFbaFEB5ad16427',
ended: true,
lp: '',
name: '',
baseToken: USDC,
rate: 400,
ending: 1645917952,
stakingToken: QUICK
},
{
token: MASQ,
stakingRewardAddress: '0x214758F370F7A7C802Ed64A91898e12c48aAAC67',
Expand Down

0 comments on commit 82ef5de

Please sign in to comment.