We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b1cd6 commit 24e325cCopy full SHA for 24e325c
src/components/Resources/useResources.tsx
@@ -158,6 +158,13 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
158
href: "https://beaconcha.in",
159
imgSrc: IconBeaconchain,
160
},
161
+ {
162
+ title: "Beacon Block Production Live",
163
+ description:
164
+ "Live dashboard for Ethereum beacon chain block production by ethPandaOps.",
165
+ href: "https://lab.ethpandaops.io/beacon/block-production/live",
166
+ imgSrc: IconBeaconchain,
167
+ },
168
{
169
title: "Txcity.io",
170
description: t("page-resources-block-explorers-txcity-description"),
0 commit comments