For Swapping tokens swapFee should be considered for calculating minimumAmountOut.
In SmartVaultV3 contract inside function swap() while calculating minimumAmountOut, swapFee is not subtracted from _amount
which result in bigger calculated minimumAmountOut then it should be as amountIn provided in params is amountIn: _amount - swapFee.
Incorrect calculation of minimumAmountOut results in wrong calculation in the amount of _outToken while swapping.
Manual
Subtract swapFee from _amount in the calculation.
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.