From 6455a6085a78ba26abd4e8392955c728b46deed7 Mon Sep 17 00:00:00 2001 From: PM-Blocknative <165914654+PM-Blocknative@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:16:36 +0200 Subject: [PATCH] Update dashboards.ts Add ethernow dashboard. --- constants/dashboards.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/constants/dashboards.ts b/constants/dashboards.ts index 47a404c..44928b5 100644 --- a/constants/dashboards.ts +++ b/constants/dashboards.ts @@ -33,6 +33,14 @@ export interface IDashboard { } export const dashboards: IDashboard[] = [ + { + name: "Ethernow", + description: + "Real-time transaction explorer that enables you to see the Ethereum Mainnet pre-chain layer", + url: "https://ethernow.xyz", + image: "ethernow.png" + tags: [IDashboardTag.General], + }, { name: "L2 Beat", description: