Skip to content

Commit c3d1611

Browse files
authored
Merge pull request #14083 from Code-Hacker26/fix/metrics-tooltip-links
Fix: Update Links to Source Dashboards in Metrics Section
2 parents 75836bf + a415859 commit c3d1611

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/StatsBoxGrid/useStatsBoxGrid.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,25 @@ export const useStatsBoxGrid = ({
9696
const metrics: StatsBoxMetric[] = [
9797
{
9898
apiProvider: "DeFi Llama",
99-
apiUrl: "https://defillama.com/",
99+
apiUrl: "https://defillama.com/chain/Ethereum",
100100
label: t("page-index-network-stats-value-defi-description"),
101101
state: valueLocked,
102102
},
103103
{
104104
apiProvider: "Dune Analytics",
105-
apiUrl: "https://dune.com/",
105+
apiUrl: "https://dune.com/hildobby/eth2-staking",
106106
label: t("page-index-network-stats-total-eth-staked"),
107107
state: totalEtherStaked,
108108
},
109109
{
110110
apiProvider: "GrowThePie",
111-
apiUrl: "https://growthepie.xyz/",
111+
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
112112
label: t("page-index-network-stats-tx-cost-description"),
113113
state: medianTxCost,
114114
},
115115
{
116116
apiProvider: "GrowThePie",
117-
apiUrl: "https://growthepie.xyz/",
117+
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-count",
118118
label: t("page-index-network-stats-tx-day-description"),
119119
state: txs,
120120
},

0 commit comments

Comments
 (0)