Skip to content

Commit

Permalink
Merge pull request #369 from zkLinkProtocol/feat/bullishs
Browse files Browse the repository at this point in the history
Feat/bullishs
  • Loading branch information
MickWang authored Oct 17, 2024
2 parents 73363dd + 2c2c30e commit e05b5d7
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 @@ -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

0 comments on commit e05b5d7

Please sign in to comment.