Skip to content

Commit a99c1ef

Browse files
committed
fix: property name containing total breakdown
1 parent 962ef28 commit a99c1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layer-2/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const getStaticProps = (async ({ locale }) => {
6969
return {
7070
...network,
7171
txCosts: growThePieData.dailyTxCosts[network.growthepieID],
72-
tvl: l2beatData.data.projects[network.l2beatID].tvl.breakdown.total,
72+
tvl: l2beatData.data.projects[network.l2beatID].tvs.breakdown.total,
7373
networkMaturity: networkMaturity(
7474
l2beatData.data.projects[network.l2beatID]
7575
),

0 commit comments

Comments
 (0)