Skip to content

Commit 4174e39

Browse files
committed
Add growthepie.xyz to tools on layer 2 page
1 parent 9f6c4d4 commit 4174e39

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

public/layer-2/growthepie.png

20.6 KB
Loading

src/intl/en/page-layer-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"layer-2-go-to": "Go to",
8989
"layer-2-tools-title": "Tools to be effective on layer 2",
9090
"layer-2-tools-l2beat-description": "L2BEAT is a great resource for looking at technical risk assessments of layer 2 projects. We recommend checking out their resources when researching specific layer 2 projects.",
91+
"layer-2-tools-growthepie-description": "Curated analytics about Ethereun layer 2s",
9192
"layer-2-tools-l2fees-description": "L2 Fees lets you see the current cost (denominated in USD) for doing transactions on different layer 2s.",
9293
"layer-2-tools-chainlist-description": "Chainlist is a great resource for importing network RPC's into supporting wallets. You will find RPC's for layer 2 projects here to help get you connected.",
9394
"layer-2-tools-zapper-description": "Manage your entire web3 portfolio from DeFi to NFTs and whatever comes next. Invest in the latest opportunities from one convenient place.",

src/pages/layer-2.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ import DogeImage from "@/public/doge-computer.png"
5151
import EthHomeImage from "@/public/eth-home-icon.png"
5252
import HeroImage from "@/public/heroes/layer-2-hub-hero.jpg"
5353
import DebankImage from "@/public/layer-2/debank.png"
54+
import growthepieImage from "@/public/layer-2/growthepie.png"
5455
import L2BEATImage from "@/public/layer-2/l2beat.jpg"
5556
import OptimisticRollupImage from "@/public/layer-2/optimistic_rollup.png"
5657
import RollupImage from "@/public/layer-2/rollup-2.png"
@@ -203,6 +204,13 @@ const Layer2Page = () => {
203204
image: L2BEATImage,
204205
alt: "L2BEAT",
205206
},
207+
{
208+
title: "growthepie",
209+
description: t("layer-2-tools-growthepie-description"),
210+
link: "https://growthepie.xyz",
211+
image: growthepieImage,
212+
alt: "growthepie",
213+
},
206214
{
207215
title: "L2 Fees",
208216
description: t("layer-2-tools-l2fees-description"),

0 commit comments

Comments
 (0)