Skip to content

Commit

Permalink
update daily draw prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Jul 25, 2024
1 parent cd534ec commit 7adc3ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Binary file added public/img/img-point-plus-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions src/components/DashboardS2/DailyRoulette/DailyDrawModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ export const PrizeItems = [
points: 1,
tooltip: "Equivalent to depositing 0.1 ETH into Nova for ~16 hours",
},
{
name: "Nova +3 Booster",
img: "/img/img-point-plus-3.png",
points: 3,
tooltip: "Equivalent to depositing 0.1 ETH into Nova for ~48 hours",
},
{
name: "Nova +10 Booster",
img: "/img/img-point-plus-10.png",
points: 10,
tooltip: "Equivalent to depositing 1 ETH into Nova for ~16 hours",
},
{
name: "Nova +50 Booster",
img: "/img/img-point-plus-50.png",
points: 50,
tooltip: "Equivalent to depositing 1 ETH into Nova for ~80 hours",
tooltip: "Equivalent to depositing 0.1 ETH into Nova for ~160 hours",
},

{ name: "Binary Code Metrix Cube", img: "/img/img-trademark-4.png" },
{ name: "Chess Knight", img: "/img/img-trademark-3.png" },
{ name: "Magnifying Glass", img: "/img/img-trademark-2.png" },
Expand All @@ -58,8 +59,8 @@ const PRIZE_MAP: Record<number, number> = {
3: 4,
4: 3,
6: 0,
8: 1,
9: 2,
11: 1,
8: 2,
};
const DailyDrawModal: React.FC<IProps> = (props: IProps) => {
const { address, chainId } = useAccount();
Expand Down

0 comments on commit 7adc3ab

Please sign in to comment.