We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a8ac5 commit a7db3efCopy full SHA for a7db3ef
src/Zenith.sol
@@ -74,7 +74,7 @@ contract Zenith is Passage {
74
event BlockData(bytes blockData);
75
76
/// @notice Emitted when a sequencer is added or removed.
77
- event SequencerSet(address sequencer, bool permissioned);
+ event SequencerSet(address indexed sequencer, bool indexed permissioned);
78
79
constructor(uint256 _defaultRollupChainId, address _withdrawalAdmin, address _sequencerAdmin)
80
Passage(_defaultRollupChainId, _withdrawalAdmin)
0 commit comments