On FeeCollector::_initializeFeeTypes#L380, it set the feeTypes[6].
But the values here are wrong.
when the BASIS_POINTS is 10_000,
On feeTypes[6] it says 2% total which should be 200.
The 0.5% should be 50.
The 1% should be 100
The actual implementation will be a total 20% not 2%
FeeCollector::_initializeFeeTypes#L380
The feeType will get the wrong state on deployment. As this will be used in the calculation, it will be a loss of funds.
Manual review
2% total which should be 200.
The 0.5% should be 50 when the BASIS_POINTS is 10_000.
The 1% should be 100
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.