Skip to content

Commit a7db3ef

Browse files
committed
fix: index event
1 parent d8a8ac5 commit a7db3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Zenith.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ contract Zenith is Passage {
7474
event BlockData(bytes blockData);
7575

7676
/// @notice Emitted when a sequencer is added or removed.
77-
event SequencerSet(address sequencer, bool permissioned);
77+
event SequencerSet(address indexed sequencer, bool indexed permissioned);
7878

7979
constructor(uint256 _defaultRollupChainId, address _withdrawalAdmin, address _sequencerAdmin)
8080
Passage(_defaultRollupChainId, _withdrawalAdmin)

0 commit comments

Comments
 (0)