Skip to content

Commit

Permalink
add bullishs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Oct 16, 2024
1 parent 73363dd commit 6a48947
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file added public/img/icon-bullishs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/components/DashboardS2/Tabs/EcoDApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,36 @@ export default function EcoDApps({
},
],
},
{
category: "other",
iconURL: "/img/icon-bullishs.png",
name: "Bullishs",
link: "https://www.bullishs.io",
handler: "@bullishs_io",
type: "DEX",
rewardsIcon: [
{ name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" },
],
rewards: "Interaction",
holdingPoints: getHoldingPointsByProject("bullishs"),
totalPoints: getTotalPointsByProject("bullishs"),
remainSpinNum: getSpinByProject("bullishs").remainSpinNum,
projectName: "bullishs",
details: [
{
booster: (
<div>
<p>
1 transaction to earn 0.5 Nova points and multiple other
rewards.
</p>
</div>
),
description: `The First Omni Chains Game with Seamless Transaction Tech involved, 1 transaction to earn multiple rewards.`,
action: "Use Protocol",
},
],
},
];

return tabActive
Expand Down

0 comments on commit 6a48947

Please sign in to comment.