From 0ec2fd9849b4767628e785a6f0c9356362e588ba Mon Sep 17 00:00:00 2001 From: Matthias Seidl Date: Thu, 2 Oct 2025 10:02:52 +0200 Subject: [PATCH 1/2] Update growthepie link and remove L2 Fees section Updated href for growthepie link and removed L2 Fees entry. --- app/[locale]/resources/utils.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/[locale]/resources/utils.tsx b/app/[locale]/resources/utils.tsx index 2456b449558..74381e6bf2a 100644 --- a/app/[locale]/resources/utils.tsx +++ b/app/[locale]/resources/utils.tsx @@ -100,15 +100,9 @@ export const getResources = async ({ description: t( "page-resources-network-layer2-growthepie-description" ), - href: "https://www.growthepie.com/", + href: "https://www.growthepie.com/ethereum-ecosystem/metrics", imgSrc: IconGrowthepie, }, - { - title: "L2 Fees", - description: t("page-resources-network-layer2-l2fees-description"), - href: "https://l2fees.info/", - imgSrc: IconEthGlyphBlueCircle, - }, ], }, { From ee34db1e0350521adc9ce2f810d1a8f8901a634a Mon Sep 17 00:00:00 2001 From: Matthias Seidl Date: Thu, 2 Oct 2025 10:19:42 +0200 Subject: [PATCH 2/2] Revise 'growthepie' description in page-resources.json and removed l2 fees description Updated the description for 'growthepie' to provide more detailed insights into Ethereum Mainnet and Layer 2s. --- src/intl/en/page-resources.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intl/en/page-resources.json b/src/intl/en/page-resources.json index 939a0c5ffcf..cdb5906d224 100644 --- a/src/intl/en/page-resources.json +++ b/src/intl/en/page-resources.json @@ -7,8 +7,7 @@ "page-resources-network-layer2-title": "Ethereum Networks - Layer 2", "page-resources-network-layer2-chart-label": "Median transaction cost on Ethereum networks", "page-resources-network-layer2-l2beat-description": "L2BEAT was created to provide transparent and verifiable insights into emerging layer two (L2) technologies which, in line with the rollup-centric Ethereum scaling roadmap, are aimed at scaling Ethereum.", - "page-resources-network-layer2-growthepie-description": "Comprehensive data and insights across Ethereum Mainnet and Layer 2 networks. Visualize usage, economics, and growth of the entire Ethereum ecosystem.", - "page-resources-network-layer2-l2fees-description": "How much does it cost to use Layer 2?", + "page-resources-network-layer2-growthepie-description": "growthepie is visualizing usage and growth of Ethereum Mainnet and Layer 2s. Real-time fees, economics data, application traction, stablecoin data, data-driven articles, and much more.", "page-resources-block-explorers-title": "Block explorers", "page-resources-block-explorers-chart-label": "Time to next block", "page-resources-block-explorers-blockscout-description": "Open-source block explorer by Blockscout with complete blockchain data and APIs for Ethereum networks.",