@@ -96,25 +96,25 @@ export const useStatsBoxGrid = ({
96
96
const metrics : StatsBoxMetric [ ] = [
97
97
{
98
98
apiProvider : "DeFi Llama" ,
99
- apiUrl : "https://defillama.com/" ,
99
+ apiUrl : "https://defillama.com/chain/Ethereum " ,
100
100
label : t ( "page-index-network-stats-value-defi-description" ) ,
101
101
state : valueLocked ,
102
102
} ,
103
103
{
104
104
apiProvider : "Dune Analytics" ,
105
- apiUrl : "https://dune.com/" ,
105
+ apiUrl : "https://dune.com/hildobby/eth2-staking " ,
106
106
label : t ( "page-index-network-stats-total-eth-staked" ) ,
107
107
state : totalEtherStaked ,
108
108
} ,
109
109
{
110
110
apiProvider : "GrowThePie" ,
111
- apiUrl : "https://growthepie.xyz/" ,
111
+ apiUrl : "https://www. growthepie.xyz/fundamentals/transaction-costs " ,
112
112
label : t ( "page-index-network-stats-tx-cost-description" ) ,
113
113
state : medianTxCost ,
114
114
} ,
115
115
{
116
116
apiProvider : "GrowThePie" ,
117
- apiUrl : "https://growthepie.xyz/" ,
117
+ apiUrl : "https://www. growthepie.xyz/fundamentals/transaction-count " ,
118
118
label : t ( "page-index-network-stats-tx-day-description" ) ,
119
119
state : txs ,
120
120
} ,
0 commit comments