File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import lighthouseDark from "@/public/upgrades/lighthouse-dark.png"
45
45
import lighthouseLight from "@/public/upgrades/lighthouse-light.png"
46
46
import lodestar from "@/public/upgrades/lodestar.png"
47
47
import nethermind from "@/public/upgrades/nethermind.png"
48
+ import reth from "@/public/upgrades/reth.png"
48
49
import nimbus from "@/public/upgrades/nimbus-cloud.png"
49
50
import prysm from "@/public/upgrades/prysm.png"
50
51
import tekuDark from "@/public/upgrades/teku-dark.png"
@@ -421,6 +422,11 @@ const BugBountiesPage = () => {
421
422
link : "https://prylabs.net/" ,
422
423
image : prysm ,
423
424
} ,
425
+ {
426
+ title : "Reth" ,
427
+ link : "https://reth.rs/" ,
428
+ image : reth ,
429
+ } ,
424
430
{
425
431
title : "Teku" ,
426
432
link : "https://pegasys.tech/teku" ,
@@ -500,6 +506,9 @@ const BugBountiesPage = () => {
500
506
< Client >
501
507
< Image src = { nethermind } alt = "" { ...iconImageProps } />
502
508
</ Client >
509
+ < Client >
510
+ < Image src = { reth } alt = "" { ...iconImageProps } />
511
+ </ Client >
503
512
</ ClientRow >
504
513
< ClientRow >
505
514
< Client >
You can’t perform that action at this time.
0 commit comments