Both StrategyOp
and StrategyArb
contracts have hardcoded router addresses in their initialization functions:
While these can be updated later using setRouter
, hardcoding addresses makes deployment across different networks or testing environments more difficult and prone to errors.
https://github.com/Cyfrin/2024-12-alchemix/blob/82798f4891e41959eef866bd1d4cb44fc1e26439/src/StrategyArb.sol#L36
https://github.com/Cyfrin/2024-12-alchemix/blob/82798f4891e41959eef866bd1d4cb44fc1e26439/src/StrategyOp.sol#L38
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.