Skip to content

Commit

Permalink
update sumer
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Aug 22, 2024
1 parent 41a1357 commit 6e5db14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/DashboardS2/Tabs/EcoDApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1274,10 +1274,10 @@ export default function EcoDApps({
{ name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" },
],
rewards: "Lending",
holdingPoints: getHoldingPointsByProject("sumermoney"),
totalPoints: getTotalPointsByProject("sumermoney"),
remainSpinNum: getSpinByProject("sumermoney").remainSpinNum,
projectName: "sumermoney",
holdingPoints: getHoldingPointsByProject("sumer"),
totalPoints: getTotalPointsByProject("sumer"),
remainSpinNum: getSpinByProject("sumer").remainSpinNum,
projectName: "sumer",
details: [
{
booster: (
Expand Down

0 comments on commit 6e5db14

Please sign in to comment.