setBoostParameters() allows maxBoost config to exceed MAX_BOOST value of 25000
:
and
Similarly, there is no check whether minBoost being set is greater than MIN_BOOST or not.
User may get higher/lower boost & hence reward than the protocol intended.
Change L375 to if (maxBoost > MAX_BOOST) revert MaxBoostExceeded();
Also add MIN_BOOST check.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.