Skip to content

Commit db4a3f1

Browse files
authored
Update useStatsBoxGrid.tsx
1 parent 5e22f4d commit db4a3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/StatsBoxGrid/useStatsBoxGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ export const useStatsBoxGrid = ({
109109
},
110110
{
111111
apiProvider: "growthepie",
112-
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
112+
apiUrl: "https://www.growthepie.com/fundamentals/transaction-costs",
113113
label: t("page-index-network-stats-tx-cost-description"),
114114
state: medianTxCost,
115115
},
116116
{
117117
apiProvider: "growthepie",
118-
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
118+
apiUrl: "https://www.growthepie.com/fundamentals/transaction-count",
119119
label: t("page-index-network-stats-tx-day-description"),
120120
state: txs,
121121
},

0 commit comments

Comments
 (0)