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
5,904 changes: 1,387 additions & 4,517 deletions .all-contributorsrc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<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>
</tr>
<tr>
<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>
<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>
<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>
<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>
<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>
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/layer-2/networks/_components/networks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
<ButtonLink href="https://l2beat.com">
{t("page-layer-2-networks-more-advanced-link-1")}
</ButtonLink>
<ButtonLink href="https://growthepie.xyz">
<ButtonLink href="https://growthepie.com">
{t("page-layer-2-networks-more-advanced-link-2")}
</ButtonLink>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/[locale]/resources/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ export const getResources = async ({
imgSrc: IconL2beat,
},
{
title: "Growthepie",
title: "growthepie",
description: t(
"page-resources-network-layer2-growthepie-description"
),
href: "https://www.growthepie.xyz/",
href: "https://www.growthepie.com/",
imgSrc: IconGrowthepie,
},
{
Expand Down
4 changes: 2 additions & 2 deletions app/[locale]/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ export const getActivity = async (
},
{
apiProvider: "growthepie",
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
apiUrl: "https://www.growthepie.com/fundamentals/transaction-costs",
label: t("page-index-network-stats-tx-cost-description"),
state: medianTxCost,
},
{
apiProvider: "growthepie",
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
apiUrl: "https://www.growthepie.com/fundamentals/transaction-count",
label: t("page-index-network-stats-tx-day-description"),
state: txs,
},
Expand Down
6 changes: 3 additions & 3 deletions src/components/Layer2NetworksTable/NetworksSubComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
<p>{t("page-layer-2-networks-show-how-long")}</p>
<p>
{t("page-layer-2-networks-data-from")}{" "}
<InlineLink href="https://growthepie.xyz">
<InlineLink href="https://growthepie.com">
growthepie
</InlineLink>
{t("page-layer-2-networks-period")}
Expand Down Expand Up @@ -131,7 +131,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
</p>
<p>
{t("page-layer-2-networks-data-from")}{" "}
<InlineLink href="https://growthepie.xyz">
<InlineLink href="https://growthepie.com">
growthepie
</InlineLink>
{t("page-layer-2-networks-period")}
Expand Down Expand Up @@ -192,7 +192,7 @@ const NetworkSubComponent = ({ network }: NetworkSubComponentProps) => {
<p>{t("page-layer-2-networks-network-usage-overview")}</p>
<p>
{t("page-layer-2-networks-data-from")}{" "}
<InlineLink href="https://growthepie.xyz">
<InlineLink href="https://growthepie.com">
growthepie
</InlineLink>
{t("page-layer-2-networks-period")}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
</p>
<p>
<Translation id="page-layer-2-networks:page-layer-2-networks-data-from" />{" "}
<InlineLink href="https://growthepie.xyz">
<InlineLink href="https://growthepie.com">
growthepie
</InlineLink>
<Translation id="page-layer-2-networks:page-layer-2-networks-period" />
Expand Down
20 changes: 10 additions & 10 deletions src/data/networks/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://arbiscan.io/",
bridgeLink: "https://bridge.arbitrum.io/",
l2BeatLink: "https://l2beat.com/scaling/projects/arbitrum",
growthepieLink: "https://www.growthepie.xyz/chains/arbitrum",
growthepieLink: "https://www.growthepie.com/chains/arbitrum",
feeToken: ["ETH"],
},
{
Expand All @@ -73,7 +73,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://basescan.org/",
bridgeLink: "https://bridge.base.org/deposit",
l2BeatLink: "https://l2beat.com/scaling/projects/base",
growthepieLink: "https://www.growthepie.xyz/chains/base",
growthepieLink: "https://www.growthepie.com/chains/base",
feeToken: ["ETH"],
},
{
Expand All @@ -89,7 +89,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://optimistic.etherscan.io/",
bridgeLink: "https://app.optimism.io/",
l2BeatLink: "https://l2beat.com/scaling/projects/optimism",
growthepieLink: "https://www.growthepie.xyz/chains/optimism",
growthepieLink: "https://www.growthepie.com/chains/optimism",
feeToken: ["ETH"],
},
{
Expand All @@ -105,7 +105,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://blastscan.io/",
bridgeLink: "https://blast.io/en/bridge",
l2BeatLink: "https://l2beat.com/scaling/projects/blast",
growthepieLink: "https://www.growthepie.xyz/chains/blast",
growthepieLink: "https://www.growthepie.com/chains/blast",
feeToken: ["ETH"],
},
{
Expand All @@ -121,7 +121,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://explorer.zksync.io/",
bridgeLink: "https://portal.zksync.io/bridge/",
l2BeatLink: "https://l2beat.com/scaling/projects/zksync-era",
growthepieLink: "https://www.growthepie.xyz/chains/zksync-era",
growthepieLink: "https://www.growthepie.com/chains/zksync-era",
feeToken: ["ETH"],
},
{
Expand All @@ -137,7 +137,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://lineascan.build/",
bridgeLink: "https://bridge.linea.build/",
l2BeatLink: "https://l2beat.com/scaling/projects/linea",
growthepieLink: "https://www.growthepie.xyz/chains/linea",
growthepieLink: "https://www.growthepie.com/chains/linea",
feeToken: ["ETH"],
},
{
Expand All @@ -153,7 +153,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://scrollscan.com",
bridgeLink: "https://scroll.io/bridge",
l2BeatLink: "https://l2beat.com/scaling/projects/scroll",
growthepieLink: "https://www.growthepie.xyz/chains/scroll",
growthepieLink: "https://www.growthepie.com/chains/scroll",
feeToken: ["ETH"],
},
{
Expand All @@ -169,7 +169,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://starkscan.co/",
bridgeLink: "https://starkgate.starknet.io/",
l2BeatLink: "https://l2beat.com/scaling/projects/starknet",
growthepieLink: "https://www.growthepie.xyz/chains/starknet",
growthepieLink: "https://www.growthepie.com/chains/starknet",
feeToken: ["ETH", "STRK"],
},
{
Expand All @@ -185,7 +185,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://explorer.mode.network/",
bridgeLink: "https://app.mode.network/",
l2BeatLink: "https://l2beat.com/scaling/projects/mode",
growthepieLink: "https://www.growthepie.xyz/chains/mode",
growthepieLink: "https://www.growthepie.com/chains/mode",
feeToken: ["ETH"],
},
{
Expand All @@ -201,7 +201,7 @@ export const layer2Data: Rollups = [
blockExplorerLink: "https://taikoscan.io/",
bridgeLink: "https://bridge.taiko.xyz/",
l2BeatLink: "https://l2beat.com/scaling/projects/taiko",
growthepieLink: "https://www.growthepie.xyz/chains/taiko",
growthepieLink: "https://www.growthepie.com/chains/taiko",
feeToken: ["ETH"],
},
]
2 changes: 1 addition & 1 deletion src/intl/el/page-layer-2-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"page-layer-2-networks-more-advanced-descripton-2": "ακόμα καινούργια και κάπως πειραματικά.",
"page-layer-2-networks-more-advanced-descripton-3": "Για περισσότερες πληροφορίες σχετικά με την τεχνολογία, τους κινδύνους και τις υποθέσεις εμπιστοσύνης αυτών των δικτύων, συνιστούμε να ανατρέξετε στο L2BEAT, το οποίο παρέχει ένα ολοκληρωμένο πλαίσιο αξιολόγησης κινδύνου για κάθε έργο και αναπτυξιακό πρόγραμμα για γενική ανάλυση δεδομένων.",
"page-layer-2-networks-more-advanced-link-1": "Επισκεφθείτε το l2beat.com",
"page-layer-2-networks-more-advanced-link-2": "Επίσκεψη growthepie.xyz",
"page-layer-2-networks-more-advanced-link-2": "Επίσκεψη growthepie.com",
"page-layer-2-networks-callout-1-title": "Ποια είναι τα οφέλη;",
"page-layer-2-networks-callout-1-description": "Η ισχύς και η ασφάλεια του Ethereum παρέχουν μια πλατφόρμα για να αξιοποιήσουν άλλα δίκτυα.",
"page-layer-2-networks-callout-2-title": "Ενδιαφέρεστε για περισσότερες λεπτομέρειες;",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/page-layer-2-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"page-layer-2-networks-more-advanced-descripton-2": "still young and somewhat experimental.",
"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.",
"page-layer-2-networks-more-advanced-link-1": "Visit l2beat.com",
"page-layer-2-networks-more-advanced-link-2": "Visit growthepie.xyz",
"page-layer-2-networks-more-advanced-link-2": "Visit growthepie.com",
"page-layer-2-networks-callout-1-title": "What are the benefits?",
"page-layer-2-networks-callout-1-description": "Ethereum's strength and security provides a platform for other networks to build upon.",
"page-layer-2-networks-callout-2-title": "Interested in more details?",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/page-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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": "Mastering Ethereum Layer 2s. Your gateway to curated analytics and knowledge.",
"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-block-explorers-title": "Block explorers",
"page-resources-block-explorers-chart-label": "Time to next block",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/es/page-layer-2-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"page-layer-2-networks-more-advanced-descripton-2": "aún en ciernes y son algo experimentales.",
"page-layer-2-networks-more-advanced-descripton-3": "Para obtener más información sobre la tecnología, los riesgos y las suposiciones de confianza de estas redes, recomendamos consultar L2BEAT, que proporciona un marco integral de evaluación de riesgos para cada proyecto, y growthepie para el análisis general de datos.",
"page-layer-2-networks-more-advanced-link-1": "Visite l2beat.com",
"page-layer-2-networks-more-advanced-link-2": "Visite growthepie.xyz",
"page-layer-2-networks-more-advanced-link-2": "Visite growthepie.com",
"page-layer-2-networks-callout-1-title": "¿Cuáles son los beneficios?",
"page-layer-2-networks-callout-1-description": "La robustez y la seguridad de Ethereum proporcionan una plataforma en la que otras redes pueden basarse.",
"page-layer-2-networks-callout-2-title": "¿Le interesa conocer más detalles?",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/ga/page-layer-2-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"page-layer-2-networks-more-advanced-descripton-2": "go fóill óg agus beagán trialach.",
"page-layer-2-networks-more-advanced-descripton-3": "Chun tuilleadh faisnéise a fháil ar theicneolaíocht, rioscaí agus boinn tuisceana na líonraí seo, molaimid seiceáil a dhéanamh ar L2BEAT, a sholáthraíonn creat cuimsitheach measúnaithe riosca do gach tionscadal agus creat fáis le haghaidh anailíse sonraí ginearálta.",
"page-layer-2-networks-more-advanced-link-1": "Tabhair cuairt ar l2beat.com",
"page-layer-2-networks-more-advanced-link-2": "Tabhair cuairt ar growthepie.xyz",
"page-layer-2-networks-more-advanced-link-2": "Tabhair cuairt ar growthepie.com",
"page-layer-2-networks-callout-1-title": "Cad iad na buntáistí?",
"page-layer-2-networks-callout-1-description": "Soláthraíonn neart agus slándáil Ethereum ardán chun cur leis na líonraí eile.",
"page-layer-2-networks-callout-2-title": "Spéis agat i níos mó sonraí?",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/api/fetchGrowThePie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TXCOUNT = "txcount"
const ACTIVE_ADDRESSES = "aa_last7d"

export const fetchGrowThePie = async (): Promise<GrowThePieData> => {
const url = "https://api.growthepie.xyz/v1/fundamentals_7d.json"
const url = "https://api.growthepie.com/v1/fundamentals_7d.json"

const response = await fetch(url)
if (!response.ok) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/api/fetchGrowThePieBlockspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const fetchGrowThePieBlockspace = async () => {
const blockspaceData = {}
for (const network of layer2Data) {
const response = await fetch(
`https://api.growthepie.xyz/v1/chains/blockspace/${network.growthepieID}.json`
`https://api.growthepie.com/v1/chains/blockspace/${network.growthepieID}.json`
)
if (!response.ok) {
continue
Expand Down
2 changes: 1 addition & 1 deletion src/lib/api/fetchGrowThePieMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Chain {
}

export const fetchGrowThePieMaster = async () => {
const response = await fetch("https://api.growthepie.xyz/v1/master.json")
const response = await fetch("https://api.growthepie.com/v1/master.json")
if (!response.ok) {
throw new Error(
`growthepie Master API responded with ${response.status}: ${response.statusText}`
Expand Down