Skip to content

Commit

Permalink
Merge pull request #442 from Itheum/stg
Browse files Browse the repository at this point in the history
1.15.4 STG -> MAIN
  • Loading branch information
damienen authored May 10, 2024
2 parents 66a3371 + 357e82d commit 04ef7fd
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-dapp",
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
"version": "1.15.3",
"version": "1.15.4",
"author": "Itheum",
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
15 changes: 9 additions & 6 deletions src/pages/AppMarketplace/GetBitz/GiveBitz/PowerUpBounty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ const PowerUpBounty = (props: PowerUpBountyProps) => {
<div className="relative bg-[#35d9fa]/80 dark:bg-[#35d9fa]/30 rounded-3xl p-[2px] before:absolute before:w-96 before:h-96 before:-left-48 before:-top-48 before:bg-[#35d9fa] before:rounded-full before:opacity-0 before:pointer-events-none before:transition-opacity before:duration-500 before:translate-x-[var(--mouse-x)] before:translate-y-[var(--mouse-y)] before:hover:opacity-20 before:z-30 before:blur-[100px] after:absolute after:inset-0 after:rounded-[inherit] after:opacity-0 after:transition-opacity after:duration-500 after:[background:_radial-gradient(250px_circle_at_var(--mouse-x)_var(--mouse-y),theme(colors.sky.400),transparent)] after:group-hover:opacity-100 after:z-10 overflow-hidden">
<div className="relative h-full bg-neutral-950/40 dark:bg-neutral-950/60 rounded-[inherit] z-20 overflow-hidden p-4 md:p-8">
<div className="flex justify-between items-center text-sm md:text-base">
{receivedBitzSum && (
<div className=" bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 "> Received Bitz: {receivedBitzSum}</div>
)}
{giverCounts && (
<div className="bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">Givers: {giverCounts}</div>
)}
<div className=" bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">
{" "}
Received Bitz: {receivedBitzSum ? receivedBitzSum : 0}
</div>

<div className="bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">
Givers: {giverCounts ? giverCounts : 0}
</div>
</div>

<>
<div className="mb-3 text-lg font-bold p-1 md:h-11">{title}</div>
<div className="py-2 border-b-4 border-[#35d9fa]/30 text-sm ">
Expand Down
46 changes: 46 additions & 0 deletions src/pages/AppMarketplace/GetBitz/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,52 @@ export function getDataBounties() {
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
50 copies donated to BiTz Monthly Leaderboard`,
});

allBounties.push({
bountySubmitter: "erd13ga0m7hjvjg9x47ngzv7mehamh4klctdn4m0gufwr4ukfg9x5yqs45gnga",
bountyId: "b10",
title: "Me and my tradition",
summary: `Data NFT bounty focused on digitizing and immortalizing vanishing cultural traditions and practices.
Each participant would need to record rituals, ceremonies, traditional crafts, or oral histories. Each verified contribution could be transformed into a unique NFT, with rewards including a portion of NFT sales, or biTz point that are funding for community-led cultural preservation projects, or access to immersive experiences showcasing these traditions.
It's a way to celebrate and safeguard cultural diversity while empowering communities to preserve their heritage for future generations.`,
readMoreLink: "",
submittedOnTs: 1715329474,
fillPerks: `The creator of the bounty will receive 5 copies.
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
Contributors ranked 6th to 20th will receive 2 copies each.
Contributors ranked 21st to 50th will receive 1 copy each.
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
50 copies donated to BiTz Monthly Leaderboard`,
});

allBounties.push({
bountySubmitter: "erd18qxupz0zfffk3pa034pxlsu7tttjw93aey3wlxc7jew8fe4epj6sly56ya",
bountyId: "b11",
title: "Music Data NFT",
summary: `Craft a Music Data NFT featuring a dynamic playlist of at least 3 songs. The playlist can evolve over time based on community input`,
readMoreLink: "",
submittedOnTs: 1715329474,
fillPerks: `The creator of the bounty will receive 5 copies of the album.
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
Contributors ranked 6th to 20th will receive 2 copies each.
Contributors ranked 21st to 50th will receive 1 copy each.
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
50 copies donated to BiTz Monthly Leaderboard`,
});
allBounties.push({
bountySubmitter: "erd1dzmvw7gfrfv6tjxvah9rmwd45xqzs6q098925ucmsu69s48776dqlytnn2",
bountyId: "b12",
title: "EGLD Fear&Greed Index",
summary: `A EGLD market sentiment gauge, similar to the BTC Fear&Greed Index.`,
readMoreLink: "",
submittedOnTs: 1715329474,
fillPerks: `The creator of the bounty will receive 5 copies.
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
Contributors ranked 6th to 20th will receive 2 copies each.
Contributors ranked 21st to 50th will receive 1 copy each.
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
50 copies donated to BiTz Monthly Leaderboard`,
});
return allBounties;
}
}

0 comments on commit 04ef7fd

Please sign in to comment.