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 33b8ce0 commit b8f58d9Copy full SHA for b8f58d9
src/hooks/useMeritIncentives.ts
@@ -732,7 +732,7 @@ export const useMeritIncentives = ({
732
return null;
733
}
734
735
- const meritIncentivesAPR = APR / 100;
+ const meritIncentivesAPR = maxAPR / 100;
736
737
const protocolIncentivesAPR = protocolIncentives.reduce((sum, inc) => {
738
return sum + (inc.incentiveAPR === 'Infinity' ? 0 : +inc.incentiveAPR);
0 commit comments