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.
2 parents e928faa + 8decce5 commit 4397240Copy full SHA for 4397240
src/adaptors/accountable/index.js
@@ -119,7 +119,8 @@ const apy = async() => {
119
const stats = vaultAddress ? vaultStats[vaultAddress] || {} : {};
120
const pointBoosts = item?.all_points_apy_boost?.boosts_by_points || [];
121
122
- const breakdown = breakdowns[item.id] || {};
+ const breakdown = breakdowns[item.id]?.main || {};
123
+
124
const interestRate = Number(breakdown?.interest_rate);
125
const perfFeePctRaw = Number(breakdown?.performance_fee_percentage);
126
const perfFeePct =
0 commit comments