Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions app/[locale]/resources/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/intl/en/page-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down