Skip to content

Commit 46ae528

Browse files
committed
lowercased growthepie (instead of Growthepie or GrowThePie)
1 parent b57929b commit 46ae528

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

src/components/Layer2NetworksTable/NetworksSubComponent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const NetworkSubComponent = ({ network }) => {
3636
<p>
3737
Data from{" "}
3838
<InlineLink href="https://growthepie.xyz">
39-
Growthepie
39+
growthepie
4040
</InlineLink>
4141
.
4242
</p>
@@ -118,7 +118,7 @@ const NetworkSubComponent = ({ network }) => {
118118
<p>
119119
Data from{" "}
120120
<InlineLink href="https://growthepie.xyz">
121-
Growthepie
121+
growthepie
122122
</InlineLink>
123123
.
124124
</p>
@@ -179,7 +179,7 @@ const NetworkSubComponent = ({ network }) => {
179179
<p>
180180
Data from{" "}
181181
<InlineLink href="https://growthepie.xyz">
182-
Growthepie
182+
growthepie
183183
</InlineLink>
184184
.
185185
</p>

src/components/Layer2NetworksTable/hooks/useNetworkColumns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const useNetworkColumns: ColumnDef<ExtendedRollup>[] = [
130130
<p>
131131
Data from{" "}
132132
<InlineLink href="https://growthepie.xyz">
133-
GrowThePie
133+
growthepie
134134
</InlineLink>
135135
.
136136
</p>

src/components/StatsBoxGrid/useStatsBoxGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ export const useStatsBoxGrid = ({
107107
state: totalEtherStaked,
108108
},
109109
{
110-
apiProvider: "GrowThePie",
110+
apiProvider: "growthepie",
111111
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
112112
label: t("page-index-network-stats-tx-cost-description"),
113113
state: medianTxCost,
114114
},
115115
{
116-
apiProvider: "GrowThePie",
116+
apiProvider: "growthepie",
117117
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
118118
label: t("page-index-network-stats-tx-day-description"),
119119
state: txs,

src/data/networks/networks.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface Rollup {
2828
blockExplorerLink: string
2929
bridgeLink: string
3030
l2BeatLink: string
31-
growThePieLink: string
31+
growthepieLink: string
3232
feeToken: string[]
3333
}
3434

@@ -58,7 +58,7 @@ export const layer2Data: Rollups = [
5858
blockExplorerLink: "https://arbiscan.io/",
5959
bridgeLink: "https://bridge.arbitrum.io/",
6060
l2BeatLink: "https://l2beat.com/scaling/projects/arbitrum",
61-
growThePieLink: "https://www.growthepie.xyz/chains/arbitrum",
61+
growthepieLink: "https://www.growthepie.xyz/chains/arbitrum",
6262
feeToken: ["ETH"],
6363
},
6464
{
@@ -75,7 +75,7 @@ export const layer2Data: Rollups = [
7575
blockExplorerLink: "https://basescan.org/",
7676
bridgeLink: "https://bridge.base.org/deposit",
7777
l2BeatLink: "https://l2beat.com/scaling/projects/base",
78-
growThePieLink: "https://www.growthepie.xyz/chains/base",
78+
growthepieLink: "https://www.growthepie.xyz/chains/base",
7979
feeToken: ["ETH"],
8080
},
8181
{
@@ -92,7 +92,7 @@ export const layer2Data: Rollups = [
9292
blockExplorerLink: "https://optimistic.etherscan.io/",
9393
bridgeLink: "https://app.optimism.io/",
9494
l2BeatLink: "https://l2beat.com/scaling/projects/optimism",
95-
growThePieLink: "https://www.growthepie.xyz/chains/optimism",
95+
growthepieLink: "https://www.growthepie.xyz/chains/optimism",
9696
feeToken: ["ETH"],
9797
},
9898
{
@@ -109,7 +109,7 @@ export const layer2Data: Rollups = [
109109
blockExplorerLink: "https://blastscan.io/",
110110
bridgeLink: "https://blast.io/en/bridge",
111111
l2BeatLink: "https://l2beat.com/scaling/projects/blast",
112-
growThePieLink: "https://www.growthepie.xyz/chains/blast",
112+
growthepieLink: "https://www.growthepie.xyz/chains/blast",
113113
feeToken: ["ETH"],
114114
},
115115
{
@@ -126,7 +126,7 @@ export const layer2Data: Rollups = [
126126
blockExplorerLink: "https://explorer.zksync.io/",
127127
bridgeLink: "https://portal.zksync.io/bridge/",
128128
l2BeatLink: "https://l2beat.com/scaling/projects/zksync-era",
129-
growThePieLink: "https://www.growthepie.xyz/chains/zksync-era",
129+
growthepieLink: "https://www.growthepie.xyz/chains/zksync-era",
130130
feeToken: ["ETH"],
131131
},
132132
{
@@ -143,7 +143,7 @@ export const layer2Data: Rollups = [
143143
blockExplorerLink: "https://lineascan.build/",
144144
bridgeLink: "https://bridge.linea.build/",
145145
l2BeatLink: "https://l2beat.com/scaling/projects/linea",
146-
growThePieLink: "https://www.growthepie.xyz/chains/linea",
146+
growthepieLink: "https://www.growthepie.xyz/chains/linea",
147147
feeToken: ["ETH"],
148148
},
149149
{
@@ -160,7 +160,7 @@ export const layer2Data: Rollups = [
160160
blockExplorerLink: "https://scrollscan.com",
161161
bridgeLink: "https://scroll.io/bridge",
162162
l2BeatLink: "https://l2beat.com/scaling/projects/scroll",
163-
growThePieLink: "https://www.growthepie.xyz/chains/scroll",
163+
growthepieLink: "https://www.growthepie.xyz/chains/scroll",
164164
feeToken: ["ETH"],
165165
},
166166
{
@@ -177,7 +177,7 @@ export const layer2Data: Rollups = [
177177
blockExplorerLink: "https://starkscan.co/",
178178
bridgeLink: "https://starkgate.starknet.io/",
179179
l2BeatLink: "https://l2beat.com/scaling/projects/starknet",
180-
growThePieLink: "https://www.growthepie.xyz/chains/starknet",
180+
growthepieLink: "https://www.growthepie.xyz/chains/starknet",
181181
feeToken: ["ETH", "STRK"],
182182
},
183183
{
@@ -194,7 +194,7 @@ export const layer2Data: Rollups = [
194194
blockExplorerLink: "https://explorer.mode.network/",
195195
bridgeLink: "https://app.mode.network/",
196196
l2BeatLink: "https://l2beat.com/scaling/projects/mode",
197-
growThePieLink: "https://www.growthepie.xyz/chains/mode",
197+
growthepieLink: "https://www.growthepie.xyz/chains/mode",
198198
feeToken: ["ETH"],
199199
},
200200
{
@@ -211,7 +211,7 @@ export const layer2Data: Rollups = [
211211
blockExplorerLink: "https://taikoscan.io/",
212212
bridgeLink: "https://bridge.taiko.xyz/",
213213
l2BeatLink: "https://l2beat.com/scaling/projects/taiko",
214-
growThePieLink: "https://www.growthepie.xyz/chains/taiko",
214+
growthepieLink: "https://www.growthepie.xyz/chains/taiko",
215215
feeToken: ["ETH"],
216216
},
217217
]

src/lib/api/fetchGrowThePieMaster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const fetchGrowThePieMaster = async () => {
88
const response = await fetch("https://api.growthepie.xyz/v1/master.json")
99
if (!response.ok) {
1010
throw new Error(
11-
`GrowThePie Master API responded with ${response.status}: ${response.statusText}`
11+
`growthepie Master API responded with ${response.status}: ${response.statusText}`
1212
)
1313
}
1414

src/pages/layer-2/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const Layer2Networks = ({ layer2Data, locale, mainnetData }) => {
171171
For more information on the technology, risks and trust
172172
assumptions of these networks, we recommend checking out L2BEAT,
173173
which provides a comprehensive risk assessment framework of each
174-
project and Growthepie for general data analysis.
174+
project and growthepie for general data analysis.
175175
</p>
176176
</div>
177177
<div className="flex flex-col gap-6 sm:flex-row">

0 commit comments

Comments
 (0)