In the constructor, we can remove s_collateralTokens.push(tokenAddresses[i]); from the for loop so we can save some gas
Low
Foundry Gas report
Remove the s_collateralTokens.push(tokenAddresses[i]);
from inside the constructor (line 120) and put outside of it and attribute, like: s_collateralTokens = tokenAddresses;
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.