Skip to content

Commit 5403acd

Browse files
authored
Merge pull request #14467 from ethereum/fredriksvantes-patch-1
Adds info about bug bouty Attackathon
2 parents ab6b3fd + 5ed17e0 commit 5403acd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/Banners/BugBountyBanner/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const BugBountyBanner = () => (
99
<BannerNotification shouldShow>
1010
<Center>
1111
<p>
12-
All Dencun-related bounties currently receive a 2x bonus multiplier (up
13-
to 500,000 USD) up to two weeks before the scheduled mainnet hardfork.
12+
The Ethereum Protocol Attackathon is live on <a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">Immunefi</a>
13+
until the 25th of January, with up to $1,500,000 in rewards!
1414
</p>
1515
</Center>
1616
</BannerNotification>

src/pages/bug-bounty.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212

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

15+
import BugBountyBanner from "@/components/Banners/BugBountyBanner"
1516
import Breadcrumbs from "@/components/Breadcrumbs"
1617
import BugBountyCards from "@/components/BugBountyCards"
1718
import ButtonLink from "@/components/Buttons/ButtonLink"
@@ -472,7 +473,8 @@ const BugBountiesPage = () => {
472473
title={t("page-upgrades-bug-bounty-meta-title")}
473474
description={t("page-upgrades-bug-bounty-meta-description")}
474475
/>
475-
{/* INFO: Uncomment this to enable Bug Bounty Banner: <BugBountyBanner /> */}
476+
{ /* TODO: Remove on the 25th of January */ }
477+
<BugBountyBanner />
476478
<Content>
477479
<HeroCard>
478480
<HeroContainer>

0 commit comments

Comments
 (0)