Skip to content

Commit

Permalink
Merge pull request #153 from QuickSwap/hotfix/add-token-syrup-2
Browse files Browse the repository at this point in the history
add new syrups
  • Loading branch information
sameepsi authored May 6, 2022
2 parents a72ac42 + 747c1da commit 6c1a70a
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/constants/stake.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
{
"syrup": [
{
"token": "FODL",
"stakingRewardAddress": "0xFc80C8817405f7D7a345051a47EC457ED0080664",
"ended": false,
"lp": "",
"name": "",
"baseToken": "MATIC",
"rate": 8640,
"ending": 1654444738,
"stakingToken": "QUICKNEW"
},
{
"token": "BLANK",
"stakingRewardAddress": "0x834A43bB0e9a208139497ea9DA005A7973903421",
"ended": false,
"lp": "",
"name": "",
"baseToken": "USDC",
"rate": 3000,
"ending": 1654444738,
"stakingToken": "QUICKNEW"
},
{
"token": "QUIDD",
"stakingRewardAddress": "0xEc9DB6f357917a88e223c6A88c2CBFC6f7d76a39",
"ended": false,
"lp": "",
"name": "",
"baseToken": "MATIC",
"rate": 5200,
"ending": 1654444738,
"stakingToken": "QUICKNEW"
},
{
"token": "PDDOLLAR",
"stakingRewardAddress": "0x21B3650931ac0b016D0377B606EDc2CFD77Ed84c",
"ended": false,
"lp": "",
"name": "",
"baseToken": "MATIC",
"rate": 1200,
"ending": 1654444738,
"stakingToken": "QUICKNEW"
},
{
"token": "ACRE",
"stakingRewardAddress": "0x1e578D4F624A2bA8E697e0b834e48AcA856184dE",
"ended": false,
"lp": "",
"name": "",
"baseToken": "MATIC",
"rate": 29366.67,
"ending": 1654444738,
"stakingToken": "QUICKNEW"
},
{
"token": "MCHC",
"stakingRewardAddress": "0xca06B2661a4521461cb226234c0911421196d8FC",
Expand Down
10 changes: 5 additions & 5 deletions src/constants/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"QUICK": {
"address": "0x831753DD7087CaC61aB5644b308642cc1c33Dc13",
"decimals": 18,
"symbol": "QUICK",
"name": "QuickSwap"
"symbol": "QUICK(OLD)",
"name": "QuickSwap(OLD)"
},
"NEWQUICK": {
"QUICKNEW": {
"address": "0xB5C064F955D8e7F38fE0460C556a72987494eE17",
"decimals": 18,
"symbol": "QUICK",
"name": "QuickSwap"
"symbol": "QUICK(NEW)",
"name": "QuickSwap(NEW)"
},
"WBTC": {
"address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/DragonPage/DragonAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const DragonAlert: React.FC = () => {
<AlertIcon />
<Box mx={2} width='calc(100% - 96px)'>
<Typography>
As of January 2022, you can stake QUICK in Syrup Pools. Note that
there are some Syrup Pools that will still accept dQUICK for
staking, until they run out of rewards.
As of May 2022, you can stake QUICK(NEW) in Syrup Pools. Note that
there are some Syrup Pools that will still accept QUICK(OLD) for
staking, until they run out of rewards
</Typography>
</Box>
<CloseIcon
Expand Down

0 comments on commit 6c1a70a

Please sign in to comment.