When setting the boostParameters in the BoostCOntroller.sol you can set the maxBoost to 5x, which is strongly forbidden and it can only exceed to 2.5x
The whole gauge controllers are using Max_Boost 25 000, but in the BoostController this can be change to 50 000.
As the protocool stated the RAAC protocol It implements Curve-style boost mechanics, which the maxim value of MAX_BOOST is 25 000.
Miss behaviour
change the if check with
if(maxBoost > 25000) revert MaxBoostExceeded()
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.