You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect fee scaling
In the Dullahan Fee Module, in case the utilization rate goes over the threshold, a multiplier is applied to the base fee to increase it.
But the current multiplier is scaled with an extra 1e18 which brings the calculated currentFee to be way too big compared to wanted values.
Incorrect fee scaling
In the Dullahan Fee Module, in case the utilization rate goes over the threshold, a multiplier is applied to the base fee to increase it.
But the current multiplier is scaled with an extra 1e18 which brings the calculated currentFee to be way too big compared to wanted values.
Fix : #7
The text was updated successfully, but these errors were encountered: