Skip to content

Commit 970eab6

Browse files
committed
Pectrified update
1 parent 4583927 commit 970eab6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
11.8 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import IconL2beat from "@/public/images/resources/l2beat.png"
4242
import IconNftgo from "@/public/images/resources/nftgo.png"
4343
import IconNodewatch from "@/public/images/resources/nodewatch.png"
4444
import IconPandaOps from "@/public/images/resources/panda.png"
45+
import IconPectrified from "@/public/images/resources/prectrified.png"
4546
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
4647
import IconRelayscan from "@/public/images/resources/relayscan.png"
4748
import IconRwa from "@/public/images/resources/rwa.png"
@@ -417,6 +418,12 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
417418
href: "https://luckystaker.com",
418419
imgSrc: IconEthstaker,
419420
},
421+
{
422+
title: "Validators Overview after Pectra",
423+
description: "Ethereum Pectra fork statistics for validators",
424+
href: "https://pectrified.com/mainnet",
425+
imgSrc: IconPectrified,
426+
},
420427
{
421428
title: "Ethereum Validator Queue",
422429
description: t("page-resources-nodes-validatorqueue-description"),

0 commit comments

Comments
 (0)