Skip to content

Commit e19ffb8

Browse files
authored
Merge pull request #14821 from ethereum/grandine
Adding Grandine to Bug Bounty Program
2 parents 9f93796 + fc05551 commit e19ffb8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

public/images/upgrades/grandine.png

2.79 KB
Loading

src/pages/bug-bounty.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import useColorModeValue from "@/hooks/useColorModeValue"
3838
import besu from "@/public/images/upgrades/besu.png"
3939
import erigon from "@/public/images/upgrades/erigon.png"
4040
import geth from "@/public/images/upgrades/geth.png"
41+
import grandine from "@/public/images/upgrades/grandine.png"
4142
import lighthouseDark from "@/public/images/upgrades/lighthouse-dark.png"
4243
import lighthouseLight from "@/public/images/upgrades/lighthouse-light.png"
4344
import lodestar from "@/public/images/upgrades/lodestar.png"
@@ -333,6 +334,11 @@ const BugBountiesPage = () => {
333334
link: "https://pegasys.tech/teku",
334335
image: useColorModeValue(tekuDark, tekuLight),
335336
},
337+
{
338+
title: "Grandine",
339+
link: "https://grandine.io/",
340+
image: grandine,
341+
},
336342
]
337343

338344
const specs: Spec[] = [
@@ -449,6 +455,9 @@ const BugBountiesPage = () => {
449455
{...iconImageProps}
450456
/>
451457
</Client>
458+
<Client>
459+
<TwImage src={grandine} alt="" {...iconImageProps} />
460+
</Client>
452461
</ClientRow>
453462
<StyledGrayContainer id="rules">
454463
<Content>

0 commit comments

Comments
 (0)