We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e22f4d commit db4a3f1Copy full SHA for db4a3f1
src/components/StatsBoxGrid/useStatsBoxGrid.tsx
@@ -109,13 +109,13 @@ export const useStatsBoxGrid = ({
109
},
110
{
111
apiProvider: "growthepie",
112
- apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
+ apiUrl: "https://www.growthepie.com/fundamentals/transaction-costs",
113
label: t("page-index-network-stats-tx-cost-description"),
114
state: medianTxCost,
115
116
117
118
- apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
+ apiUrl: "https://www.growthepie.com/fundamentals/transaction-count",
119
label: t("page-index-network-stats-tx-day-description"),
120
state: txs,
121
0 commit comments