Normal behavior: Variables set only in the constructor should be immutable to save gas.
Specific issue: faucetDrip, sepEthAmountToDrip, and dailySepEthCap are set in constructor but not declared immutable.
Likelihood:Low
These variables remain unchanged after deployment by design.
Impact:Low
Minor: slightly higher gas usage for reads; optimization opportunity.
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.