Skip to content

Commit 11182dc

Browse files
avilagaston9d-roak
authored andcommitted
fix(l2): based CI (lambdaclass#3404)
**Motivation** In lambdaclass#3242, `verifyBatchesAligned()` was updated in the based `OnChainProposer` to be consistent with the non-based one, but the `onlySequencer` identifier was added by mistake. **Description** Removes the `onlySequencer` identifier. Closes None
1 parent a2e3309 commit 11182dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/l2/contracts/src/l1/based/OnChainProposer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ contract OnChainProposer is
368368
uint256 firstBatchNumber,
369369
bytes[] calldata alignedPublicInputsList,
370370
bytes32[][] calldata alignedMerkleProofsList
371-
) external override onlySequencer whenNotPaused {
371+
) external override {
372372
require(
373373
ALIGNEDPROOFAGGREGATOR != DEV_MODE,
374374
"OnChainProposer: ALIGNEDPROOFAGGREGATOR is not set"

0 commit comments

Comments
 (0)