When submitting transactions to pente in quick succession, the blockchain events are being passed to the domain as a batch but it is only processing the first event in the batch. This PR fixes the for loop logic so that all events in the batch are processed
When submitting transactions to pente in quick succession, the blockchain events are being passed to the domain as a batch but it is only processing the first event in the batch. This PR fixes the for loop logic so that all events in the batch are processed