Skip to content

Commit

Permalink
Merge pull request #358 from zkLinkProtocol/feat/add-sumermoney-desyn
Browse files Browse the repository at this point in the history
fix eco dapps
  • Loading branch information
MickWang authored Aug 23, 2024
2 parents 0d83461 + fa00ab8 commit 515df0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DashboardS2/Tabs/EcoDApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ export default function EcoDApps({
rewardsIcon: [
{ name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" },
],
rewards: "Lending",
rewards: "Up to 20x",
holdingPoints: getHoldingPointsByProject("sumer"),
totalPoints: getTotalPointsByProject("sumer"),
remainSpinNum: getSpinByProject("sumer").remainSpinNum,
Expand All @@ -1295,7 +1295,7 @@ export default function EcoDApps({
category: "other",
iconURL: "/img/icon-desyn.jpg",
name: "Desyn",
link: "https://app.sumer.money/",
link: "https://www.desyn.io/#/",
handler: "@DesynLab",
type: "DEX",
rewardsIcon: [
Expand Down

0 comments on commit 515df0b

Please sign in to comment.