Skip to content

Commit

Permalink
Merge pull request #14467 from ethereum/fredriksvantes-patch-1
Browse files Browse the repository at this point in the history
Adds info about bug bouty Attackathon
  • Loading branch information
corwintines authored Jan 8, 2025
2 parents ab6b3fd + 5ed17e0 commit 5403acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Banners/BugBountyBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const BugBountyBanner = () => (
<BannerNotification shouldShow>
<Center>
<p>
All Dencun-related bounties currently receive a 2x bonus multiplier (up
to 500,000 USD) up to two weeks before the scheduled mainnet hardfork.
The Ethereum Protocol Attackathon is live on <a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">Immunefi</a>
until the 25th of January, with up to $1,500,000 in rewards!
</p>
</Center>
</BannerNotification>
Expand Down
4 changes: 3 additions & 1 deletion src/pages/bug-bounty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {

import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types"

import BugBountyBanner from "@/components/Banners/BugBountyBanner"
import Breadcrumbs from "@/components/Breadcrumbs"
import BugBountyCards from "@/components/BugBountyCards"
import ButtonLink from "@/components/Buttons/ButtonLink"
Expand Down Expand Up @@ -472,7 +473,8 @@ const BugBountiesPage = () => {
title={t("page-upgrades-bug-bounty-meta-title")}
description={t("page-upgrades-bug-bounty-meta-description")}
/>
{/* INFO: Uncomment this to enable Bug Bounty Banner: <BugBountyBanner /> */}
{ /* TODO: Remove on the 25th of January */ }
<BugBountyBanner />
<Content>
<HeroCard>
<HeroContainer>
Expand Down

0 comments on commit 5403acd

Please sign in to comment.