The deposit event should have a chain ID parameter to help the off-chain service verify the source blockchain.
Chain ID is not provided in the deposit event. Adding a chain ID parameter to the Deposit event can provide additional security.
It would be difficult for the off-chain services to identify the source blockchain from which the event occurred.
forge
make change in the Deposit event "event Deposit(address from,address to,uint256 amount,uint256 chainId)". It would be easier for the off-chain service to filter fake events.
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.