Skip to content

Commit

Permalink
update bullishs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Oct 17, 2024
1 parent 6a48947 commit 2c2c30e
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/components/DashboardS2/Tabs/EcoDApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,36 @@ export default function EcoDApps({
const meson = geNovaCategoryUserPointsByProject("meson");

const arr: EcoDAppItem[] = [
{
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",
},
],
},
{
category: "nativeboost",
iconURL: "/img/icon-novaswap.svg",
Expand Down Expand Up @@ -1326,36 +1356,6 @@ 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 2c2c30e

Please sign in to comment.