S_feePrecision is differing in the two contract versions
Changing variables is unsafe practice.
Ln 96 in ThunderLoan.sol (v1) : uint256 private s_feePrecision;
Ln 97 in ThunderLoan.sol(v2) : uint256 public constant FEE_PRECISION = 1e18;
Notice the difference (private vs public constant)
Low impact, but could open up to exploits potentially
Manual inspection
Make the variables match
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.