aligned_layer
aligned_layer copied to clipboard
fix(contracts): `BatcherPaymentService` intialization can be frontrun
Overview
The BatcherPaymentService contract does not implement a way to prevent frontrunning during the initialization step.
Mitigation
Implement access control checks in the BatcherPaymentService contract to prevent frontrunning during the initialization step
We need to review what we are going to do with this