Skip to content

Commit

Permalink
lowercased growthepie (instead of Growthepie or GrowThePie)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx committed Jan 8, 2025
1 parent b57929b commit 46ae528
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions src/components/Layer2NetworksTable/NetworksSubComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const NetworkSubComponent = ({ network }) => {
<p>
Data from{" "}
<InlineLink href="https://growthepie.xyz">
Growthepie
growthepie
</InlineLink>
.
</p>
Expand Down Expand Up @@ -118,7 +118,7 @@ const NetworkSubComponent = ({ network }) => {
<p>
Data from{" "}
<InlineLink href="https://growthepie.xyz">
Growthepie
growthepie
</InlineLink>
.
</p>
Expand Down Expand Up @@ -179,7 +179,7 @@ const NetworkSubComponent = ({ network }) => {
<p>
Data from{" "}
<InlineLink href="https://growthepie.xyz">
Growthepie
growthepie
</InlineLink>
.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
<p>
Data from{" "}
<InlineLink href="https://growthepie.xyz">
GrowThePie
growthepie
</InlineLink>
.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/components/StatsBoxGrid/useStatsBoxGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ export const useStatsBoxGrid = ({
state: totalEtherStaked,
},
{
apiProvider: "GrowThePie",
apiProvider: "growthepie",
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
label: t("page-index-network-stats-tx-cost-description"),
state: medianTxCost,
},
{
apiProvider: "GrowThePie",
apiProvider: "growthepie",
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
label: t("page-index-network-stats-tx-day-description"),
state: txs,
Expand Down
22 changes: 11 additions & 11 deletions src/data/networks/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface Rollup {
blockExplorerLink: string
bridgeLink: string
l2BeatLink: string
growThePieLink: string
growthepieLink: string
feeToken: string[]
}

Expand Down Expand Up @@ -58,7 +58,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.xyz/chains/arbitrum",
feeToken: ["ETH"],
},
{
Expand All @@ -75,7 +75,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.xyz/chains/base",
feeToken: ["ETH"],
},
{
Expand All @@ -92,7 +92,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.xyz/chains/optimism",
feeToken: ["ETH"],
},
{
Expand All @@ -109,7 +109,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.xyz/chains/blast",
feeToken: ["ETH"],
},
{
Expand All @@ -126,7 +126,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.xyz/chains/zksync-era",
feeToken: ["ETH"],
},
{
Expand All @@ -143,7 +143,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.xyz/chains/linea",
feeToken: ["ETH"],
},
{
Expand All @@ -160,7 +160,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.xyz/chains/scroll",
feeToken: ["ETH"],
},
{
Expand All @@ -177,7 +177,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.xyz/chains/starknet",
feeToken: ["ETH", "STRK"],
},
{
Expand All @@ -194,7 +194,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.xyz/chains/mode",
feeToken: ["ETH"],
},
{
Expand All @@ -211,7 +211,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.xyz/chains/taiko",
feeToken: ["ETH"],
},
]
2 changes: 1 addition & 1 deletion src/lib/api/fetchGrowThePieMaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const fetchGrowThePieMaster = async () => {
const response = await fetch("https://api.growthepie.xyz/v1/master.json")
if (!response.ok) {
throw new Error(
`GrowThePie Master API responded with ${response.status}: ${response.statusText}`
`growthepie Master API responded with ${response.status}: ${response.statusText}`
)
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/layer-2/networks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
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.
project and growthepie for general data analysis.
</p>
</div>
<div className="flex flex-col gap-6 sm:flex-row">
Expand Down

0 comments on commit 46ae528

Please sign in to comment.