diff --git a/public/images/upgrades/grandine.png b/public/images/upgrades/grandine.png
new file mode 100644
index 00000000000..88ed9b3e371
Binary files /dev/null and b/public/images/upgrades/grandine.png differ
diff --git a/src/pages/bug-bounty.tsx b/src/pages/bug-bounty.tsx
index 4e2af2b8424..89233a7fdc9 100644
--- a/src/pages/bug-bounty.tsx
+++ b/src/pages/bug-bounty.tsx
@@ -38,6 +38,7 @@ import useColorModeValue from "@/hooks/useColorModeValue"
import besu from "@/public/images/upgrades/besu.png"
import erigon from "@/public/images/upgrades/erigon.png"
import geth from "@/public/images/upgrades/geth.png"
+import grandine from "@/public/images/upgrades/grandine.png"
import lighthouseDark from "@/public/images/upgrades/lighthouse-dark.png"
import lighthouseLight from "@/public/images/upgrades/lighthouse-light.png"
import lodestar from "@/public/images/upgrades/lodestar.png"
@@ -332,6 +333,11 @@ const BugBountiesPage = () => {
link: "https://pegasys.tech/teku",
image: useColorModeValue(tekuDark, tekuLight),
},
+ {
+ title: "Grandine",
+ link: "https://grandine.io/",
+ image: grandine,
+ },
]
const specs: Spec[] = [
@@ -448,6 +454,9 @@ const BugBountiesPage = () => {
{...iconImageProps}
/>
+
+
+