diff --git a/constants/dashboards.ts b/constants/dashboards.ts index 291146f..be64d32 100644 --- a/constants/dashboards.ts +++ b/constants/dashboards.ts @@ -362,4 +362,11 @@ export const dashboards: IDashboard[] = [ image: "jiffyscan.jpg", tags: [IDashboardTag.AccountAbstraction], }, + { + name: "growthepie", + description: "Ethereum and Layer 2 analytics. Covering fundamental metrics, economics, blockspace usage, and much more.", + url: "https://www.growthepie.xyz/", + image: "growthepie.jpg", + tags: [IDashboardTag.General], + }, ]; diff --git a/public/dashboard-images/growthepie.png b/public/dashboard-images/growthepie.png new file mode 100644 index 0000000..1176c62 Binary files /dev/null and b/public/dashboard-images/growthepie.png differ