Skip to content

Commit fc05551

Browse files
committed
Adding Grandine to Bug Bounty Program
1 parent 334423f commit fc05551

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"
@@ -332,6 +333,11 @@ const BugBountiesPage = () => {
332333
link: "https://pegasys.tech/teku",
333334
image: useColorModeValue(tekuDark, tekuLight),
334335
},
336+
{
337+
title: "Grandine",
338+
link: "https://grandine.io/",
339+
image: grandine,
340+
},
335341
]
336342

337343
const specs: Spec[] = [
@@ -448,6 +454,9 @@ const BugBountiesPage = () => {
448454
{...iconImageProps}
449455
/>
450456
</Client>
457+
<Client>
458+
<TwImage src={grandine} alt="" {...iconImageProps} />
459+
</Client>
451460
</ClientRow>
452461
<StyledGrayContainer id="rules">
453462
<Content>

0 commit comments

Comments
 (0)