File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import useColorModeValue from "@/hooks/useColorModeValue"
38
38
import besu from "@/public/images/upgrades/besu.png"
39
39
import erigon from "@/public/images/upgrades/erigon.png"
40
40
import geth from "@/public/images/upgrades/geth.png"
41
+ import grandine from "@/public/images/upgrades/grandine.png"
41
42
import lighthouseDark from "@/public/images/upgrades/lighthouse-dark.png"
42
43
import lighthouseLight from "@/public/images/upgrades/lighthouse-light.png"
43
44
import lodestar from "@/public/images/upgrades/lodestar.png"
@@ -332,6 +333,11 @@ const BugBountiesPage = () => {
332
333
link : "https://pegasys.tech/teku" ,
333
334
image : useColorModeValue ( tekuDark , tekuLight ) ,
334
335
} ,
336
+ {
337
+ title : "Grandine" ,
338
+ link : "https://grandine.io/" ,
339
+ image : grandine ,
340
+ } ,
335
341
]
336
342
337
343
const specs : Spec [ ] = [
@@ -448,6 +454,9 @@ const BugBountiesPage = () => {
448
454
{ ...iconImageProps }
449
455
/>
450
456
</ Client >
457
+ < Client >
458
+ < TwImage src = { grandine } alt = "" { ...iconImageProps } />
459
+ </ Client >
451
460
</ ClientRow >
452
461
< StyledGrayContainer id = "rules" >
453
462
< Content >
You can’t perform that action at this time.
0 commit comments