Skip to content

Commit

Permalink
svEth apr units fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Feb 8, 2024
1 parent db47a60 commit 1a32685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class svEthAprHandler implements AprHandler {

return {
[svETH]: {
apr: (parseFloat(formatEther(rate)) * 1095) / parseFloat(formatEther(balance)) / 100,
apr: (parseFloat(formatEther(rate)) * 1095) / parseFloat(formatEther(balance)),
isIbYield: true,
},
};
Expand Down

0 comments on commit 1a32685

Please sign in to comment.