In function
function repay(IERC20 token, uint256 amount), line 223 is:
AssetToken assetToken = s_tokenToAssetToken[IERC20(token)];
should be replaced with:
AssetToken assetToken = s_tokenToAssetToken[token];
as the 'token' variable is already IERC20.
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.