There's a typo in the L1L2CollectionMappingUpdated
event that leads to the event not being emitted properly.
IStarklaneEvent.sol is in scope.
The event is emitted when the setL1L2CollectionMapping
function is invoked in the Bridge.sol contract:
However, there's a typo in the event:
Which leads to the event not being emitted properly and if any systems are listening to these events or will listen to the event in the future will index the data incorrectly.
Event is emitted incorrectly leading to systems not indexing it correctly if such systems listen to these events.
Manual review
Correct colllectionL1
to collectionL1
.
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.