updateConfig()
modifies marketMakingEngine
and minFeeDistributionValueUsd
but does not emit an event.
This makes tracking contract changes difficult.
Manual Review
Add an event like:
event ConfigUpdated(address indexed marketMakingEngine, uint128 minFeeDistributionValueUsd);
Emit it inside updateConfig()
.
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.