Skip to content

Commit 06ce2cf

Browse files
authored
Add reth to bug-bounty.tsx
1 parent 006f3c5 commit 06ce2cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/bug-bounty.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import lighthouseDark from "@/public/upgrades/lighthouse-dark.png"
4545
import lighthouseLight from "@/public/upgrades/lighthouse-light.png"
4646
import lodestar from "@/public/upgrades/lodestar.png"
4747
import nethermind from "@/public/upgrades/nethermind.png"
48+
import reth from "@/public/upgrades/reth.png"
4849
import nimbus from "@/public/upgrades/nimbus-cloud.png"
4950
import prysm from "@/public/upgrades/prysm.png"
5051
import tekuDark from "@/public/upgrades/teku-dark.png"
@@ -421,6 +422,11 @@ const BugBountiesPage = () => {
421422
link: "https://prylabs.net/",
422423
image: prysm,
423424
},
425+
{
426+
title: "Reth",
427+
link: "https://reth.rs/",
428+
image: reth,
429+
},
424430
{
425431
title: "Teku",
426432
link: "https://pegasys.tech/teku",
@@ -500,6 +506,9 @@ const BugBountiesPage = () => {
500506
<Client>
501507
<Image src={nethermind} alt="" {...iconImageProps} />
502508
</Client>
509+
<Client>
510+
<Image src={reth} alt="" {...iconImageProps} />
511+
</Client>
503512
</ClientRow>
504513
<ClientRow>
505514
<Client>

0 commit comments

Comments
 (0)