In KeeperProxy::_validatePrice function, the sequencer check is not necessary if the network is `Avalanche.
In case of Arbitrum sequencer downtime, transactions on Avalanche chain will revert unnecessarily, causing DoS.
Manual Review
Add an if block before executing the logic: if(block.chainid == 42161), the chain ID for Arbitrum mainnet, if true execute the tx as is, else, remove the sequencer check.
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.