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"
@@ -333,6 +334,11 @@ const BugBountiesPage = () => {
333
334
link : "https://pegasys.tech/teku" ,
334
335
image : useColorModeValue ( tekuDark , tekuLight ) ,
335
336
} ,
337
+ {
338
+ title : "Grandine" ,
339
+ link : "https://grandine.io/" ,
340
+ image : grandine ,
341
+ } ,
336
342
]
337
343
338
344
const specs : Spec [ ] = [
@@ -449,6 +455,9 @@ const BugBountiesPage = () => {
449
455
{ ...iconImageProps }
450
456
/>
451
457
</ Client >
458
+ < Client >
459
+ < TwImage src = { grandine } alt = "" { ...iconImageProps } />
460
+ </ Client >
452
461
</ ClientRow >
453
462
< StyledGrayContainer id = "rules" >
454
463
< Content >
You can’t perform that action at this time.
0 commit comments