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 47579bb commit 8ccb55cCopy full SHA for 8ccb55c
src/hooks/useMerklIncentives.ts
@@ -182,7 +182,7 @@ export const useMerklIncentives = ({
182
const protocolIncentivesAPR = protocolIncentives.reduce((sum, inc) => {
183
return sum + (inc.incentiveAPR === 'Infinity' ? 0 : +inc.incentiveAPR);
184
}, 0);
185
- const merklIncentivesAPY = convertAprToApy(0.1);
+ const merklIncentivesAPY = convertAprToApy(0.06);
186
return {
187
...hardcodedIncentive,
188
breakdown: {
0 commit comments