Skip to content

Commit 124d14c

Browse files
authored
Merge pull request #15547 from mseidlx/patch-3
growthepie: naming update, move apis to .com, small description update
2 parents 80c10ba + e1f910c commit 124d14c

File tree

16 files changed

+1415
-4545
lines changed

16 files changed

+1415
-4545
lines changed

.all-contributorsrc

Lines changed: 1387 additions & 4517 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
19751975
<td align="center" valign="top" width="14.28%"><a href="https://github.com/YakshitAgarwal"><img src="https://avatars.githubusercontent.com/u/153830716?v=4?s=100" width="100px;" alt="Yakshit Agarwal"/><br /><sub><b>Yakshit Agarwal</b></sub></a><br /><a href="#content-YakshitAgarwal" title="Content">🖋</a></td>
19761976
</tr>
19771977
<tr>
1978-
<td align="center" valign="top" width="14.28%"><a href="https://growthepie.xyz"><img src="https://avatars.githubusercontent.com/u/32496674?v=4?s=100" width="100px;" alt="Matthias Seidl"/><br /><sub><b>Matthias Seidl</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=mseidlx" title="Code">💻</a></td>
1978+
<td align="center" valign="top" width="14.28%"><a href="https://growthepie.com"><img src="https://avatars.githubusercontent.com/u/32496674?v=4?s=100" width="100px;" alt="Matthias Seidl"/><br /><sub><b>Matthias Seidl</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=mseidlx" title="Code">💻</a></td>
19791979
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JoeChenJ"><img src="https://avatars.githubusercontent.com/u/171761102?v=4?s=100" width="100px;" alt="JoeChenJ"/><br /><sub><b>JoeChenJ</b></sub></a><br /><a href="#content-JoeChenJ" title="Content">🖋</a></td>
19801980
<td align="center" valign="top" width="14.28%"><a href="https://github.com/itzVarsha"><img src="https://avatars.githubusercontent.com/u/138134029?v=4?s=100" width="100px;" alt="Varshitha"/><br /><sub><b>Varshitha</b></sub></a><br /><a href="#maintenance-itzVarsha" title="Maintenance">🚧</a></td>
19811981
<td align="center" valign="top" width="14.28%"><a href="https://alexandriaroberts.dev/"><img src="https://avatars.githubusercontent.com/u/31341867?v=4?s=100" width="100px;" alt="Alexandria Roberts"/><br /><sub><b>Alexandria Roberts</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=alexandriaroberts" title="Code">💻</a></td>

app/[locale]/layer-2/networks/_components/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
5050
<ButtonLink href="https://l2beat.com">
5151
{t("page-layer-2-networks-more-advanced-link-1")}
5252
</ButtonLink>
53-
<ButtonLink href="https://growthepie.xyz">
53+
<ButtonLink href="https://growthepie.com">
5454
{t("page-layer-2-networks-more-advanced-link-2")}
5555
</ButtonLink>
5656
</div>

app/[locale]/resources/utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ export const getResources = async ({
9696
imgSrc: IconL2beat,
9797
},
9898
{
99-
title: "Growthepie",
99+
title: "growthepie",
100100
description: t(
101101
"page-resources-network-layer2-growthepie-description"
102102
),
103-
href: "https://www.growthepie.xyz/",
103+
href: "https://www.growthepie.com/",
104104
imgSrc: IconGrowthepie,
105105
},
106106
{

app/[locale]/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ export const getActivity = async (
110110
},
111111
{
112112
apiProvider: "growthepie",
113-
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
113+
apiUrl: "https://www.growthepie.com/fundamentals/transaction-costs",
114114
label: t("page-index-network-stats-tx-cost-description"),
115115
state: medianTxCost,
116116
},
117117
{
118118
apiProvider: "growthepie",
119-
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
119+
apiUrl: "https://www.growthepie.com/fundamentals/transaction-count",
120120
label: t("page-index-network-stats-tx-day-description"),
121121
state: txs,
122122
},

src/components/Layer2NetworksTable/NetworksSubComponent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
4848
<p>{t("page-layer-2-networks-show-how-long")}</p>
4949
<p>
5050
{t("page-layer-2-networks-data-from")}{" "}
51-
<InlineLink href="https://growthepie.xyz">
51+
<InlineLink href="https://growthepie.com">
5252
growthepie
5353
</InlineLink>
5454
{t("page-layer-2-networks-period")}
@@ -131,7 +131,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
131131
</p>
132132
<p>
133133
{t("page-layer-2-networks-data-from")}{" "}
134-
<InlineLink href="https://growthepie.xyz">
134+
<InlineLink href="https://growthepie.com">
135135
growthepie
136136
</InlineLink>
137137
{t("page-layer-2-networks-period")}
@@ -192,7 +192,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
192192
<p>{t("page-layer-2-networks-network-usage-overview")}</p>
193193
<p>
194194
{t("page-layer-2-networks-data-from")}{" "}
195-
<InlineLink href="https://growthepie.xyz">
195+
<InlineLink href="https://growthepie.com">
196196
growthepie
197197
</InlineLink>
198198
{t("page-layer-2-networks-period")}

src/components/Layer2NetworksTable/hooks/useNetworkColumns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
146146
</p>
147147
<p>
148148
<Translation id="page-layer-2-networks:page-layer-2-networks-data-from" />{" "}
149-
<InlineLink href="https://growthepie.xyz">
149+
<InlineLink href="https://growthepie.com">
150150
growthepie
151151
</InlineLink>
152152
<Translation id="page-layer-2-networks:page-layer-2-networks-period" />

src/data/networks/networks.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const layer2Data: Rollups = [
5757
blockExplorerLink: "https://arbiscan.io/",
5858
bridgeLink: "https://bridge.arbitrum.io/",
5959
l2BeatLink: "https://l2beat.com/scaling/projects/arbitrum",
60-
growthepieLink: "https://www.growthepie.xyz/chains/arbitrum",
60+
growthepieLink: "https://www.growthepie.com/chains/arbitrum",
6161
feeToken: ["ETH"],
6262
},
6363
{
@@ -73,7 +73,7 @@ export const layer2Data: Rollups = [
7373
blockExplorerLink: "https://basescan.org/",
7474
bridgeLink: "https://bridge.base.org/deposit",
7575
l2BeatLink: "https://l2beat.com/scaling/projects/base",
76-
growthepieLink: "https://www.growthepie.xyz/chains/base",
76+
growthepieLink: "https://www.growthepie.com/chains/base",
7777
feeToken: ["ETH"],
7878
},
7979
{
@@ -89,7 +89,7 @@ export const layer2Data: Rollups = [
8989
blockExplorerLink: "https://optimistic.etherscan.io/",
9090
bridgeLink: "https://app.optimism.io/",
9191
l2BeatLink: "https://l2beat.com/scaling/projects/optimism",
92-
growthepieLink: "https://www.growthepie.xyz/chains/optimism",
92+
growthepieLink: "https://www.growthepie.com/chains/optimism",
9393
feeToken: ["ETH"],
9494
},
9595
{
@@ -105,7 +105,7 @@ export const layer2Data: Rollups = [
105105
blockExplorerLink: "https://blastscan.io/",
106106
bridgeLink: "https://blast.io/en/bridge",
107107
l2BeatLink: "https://l2beat.com/scaling/projects/blast",
108-
growthepieLink: "https://www.growthepie.xyz/chains/blast",
108+
growthepieLink: "https://www.growthepie.com/chains/blast",
109109
feeToken: ["ETH"],
110110
},
111111
{
@@ -121,7 +121,7 @@ export const layer2Data: Rollups = [
121121
blockExplorerLink: "https://explorer.zksync.io/",
122122
bridgeLink: "https://portal.zksync.io/bridge/",
123123
l2BeatLink: "https://l2beat.com/scaling/projects/zksync-era",
124-
growthepieLink: "https://www.growthepie.xyz/chains/zksync-era",
124+
growthepieLink: "https://www.growthepie.com/chains/zksync-era",
125125
feeToken: ["ETH"],
126126
},
127127
{
@@ -137,7 +137,7 @@ export const layer2Data: Rollups = [
137137
blockExplorerLink: "https://lineascan.build/",
138138
bridgeLink: "https://bridge.linea.build/",
139139
l2BeatLink: "https://l2beat.com/scaling/projects/linea",
140-
growthepieLink: "https://www.growthepie.xyz/chains/linea",
140+
growthepieLink: "https://www.growthepie.com/chains/linea",
141141
feeToken: ["ETH"],
142142
},
143143
{
@@ -153,7 +153,7 @@ export const layer2Data: Rollups = [
153153
blockExplorerLink: "https://scrollscan.com",
154154
bridgeLink: "https://scroll.io/bridge",
155155
l2BeatLink: "https://l2beat.com/scaling/projects/scroll",
156-
growthepieLink: "https://www.growthepie.xyz/chains/scroll",
156+
growthepieLink: "https://www.growthepie.com/chains/scroll",
157157
feeToken: ["ETH"],
158158
},
159159
{
@@ -169,7 +169,7 @@ export const layer2Data: Rollups = [
169169
blockExplorerLink: "https://starkscan.co/",
170170
bridgeLink: "https://starkgate.starknet.io/",
171171
l2BeatLink: "https://l2beat.com/scaling/projects/starknet",
172-
growthepieLink: "https://www.growthepie.xyz/chains/starknet",
172+
growthepieLink: "https://www.growthepie.com/chains/starknet",
173173
feeToken: ["ETH", "STRK"],
174174
},
175175
{
@@ -185,7 +185,7 @@ export const layer2Data: Rollups = [
185185
blockExplorerLink: "https://explorer.mode.network/",
186186
bridgeLink: "https://app.mode.network/",
187187
l2BeatLink: "https://l2beat.com/scaling/projects/mode",
188-
growthepieLink: "https://www.growthepie.xyz/chains/mode",
188+
growthepieLink: "https://www.growthepie.com/chains/mode",
189189
feeToken: ["ETH"],
190190
},
191191
{
@@ -201,7 +201,7 @@ export const layer2Data: Rollups = [
201201
blockExplorerLink: "https://taikoscan.io/",
202202
bridgeLink: "https://bridge.taiko.xyz/",
203203
l2BeatLink: "https://l2beat.com/scaling/projects/taiko",
204-
growthepieLink: "https://www.growthepie.xyz/chains/taiko",
204+
growthepieLink: "https://www.growthepie.com/chains/taiko",
205205
feeToken: ["ETH"],
206206
},
207207
]

src/intl/el/page-layer-2-networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"page-layer-2-networks-more-advanced-descripton-2": "ακόμα καινούργια και κάπως πειραματικά.",
77
"page-layer-2-networks-more-advanced-descripton-3": "Για περισσότερες πληροφορίες σχετικά με την τεχνολογία, τους κινδύνους και τις υποθέσεις εμπιστοσύνης αυτών των δικτύων, συνιστούμε να ανατρέξετε στο L2BEAT, το οποίο παρέχει ένα ολοκληρωμένο πλαίσιο αξιολόγησης κινδύνου για κάθε έργο και αναπτυξιακό πρόγραμμα για γενική ανάλυση δεδομένων.",
88
"page-layer-2-networks-more-advanced-link-1": "Επισκεφθείτε το l2beat.com",
9-
"page-layer-2-networks-more-advanced-link-2": "Επίσκεψη growthepie.xyz",
9+
"page-layer-2-networks-more-advanced-link-2": "Επίσκεψη growthepie.com",
1010
"page-layer-2-networks-callout-1-title": "Ποια είναι τα οφέλη;",
1111
"page-layer-2-networks-callout-1-description": "Η ισχύς και η ασφάλεια του Ethereum παρέχουν μια πλατφόρμα για να αξιοποιήσουν άλλα δίκτυα.",
1212
"page-layer-2-networks-callout-2-title": "Ενδιαφέρεστε για περισσότερες λεπτομέρειες;",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"page-layer-2-networks-more-advanced-descripton-2": "still young and somewhat experimental.",
77
"page-layer-2-networks-more-advanced-descripton-3": "For more information on the technology, risks and trust assumptions of these networks, we recommend checking out L2BEAT, which provides a comprehensive risk assessment framework of each project and growthepie for general data analysis.",
88
"page-layer-2-networks-more-advanced-link-1": "Visit l2beat.com",
9-
"page-layer-2-networks-more-advanced-link-2": "Visit growthepie.xyz",
9+
"page-layer-2-networks-more-advanced-link-2": "Visit growthepie.com",
1010
"page-layer-2-networks-callout-1-title": "What are the benefits?",
1111
"page-layer-2-networks-callout-1-description": "Ethereum's strength and security provides a platform for other networks to build upon.",
1212
"page-layer-2-networks-callout-2-title": "Interested in more details?",

0 commit comments

Comments
 (0)