File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import IconL2beat from "@/public/images/resources/l2beat.png"
42
42
import IconNftgo from "@/public/images/resources/nftgo.png"
43
43
import IconNodewatch from "@/public/images/resources/nodewatch.png"
44
44
import IconPandaOps from "@/public/images/resources/panda.png"
45
+ import IconPectrified from "@/public/images/resources/prectrified.png"
45
46
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
46
47
import IconRelayscan from "@/public/images/resources/relayscan.png"
47
48
import IconRwa from "@/public/images/resources/rwa.png"
@@ -417,6 +418,12 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
417
418
href : "https://luckystaker.com" ,
418
419
imgSrc : IconEthstaker ,
419
420
} ,
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
+ } ,
420
427
{
421
428
title : "Ethereum Validator Queue" ,
422
429
description : t ( "page-resources-nodes-validatorqueue-description" ) ,
You can’t perform that action at this time.
0 commit comments