Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l1-contracts/contracts/bridgehub/MessageRootBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ abstract contract MessageRootBase is IMessageRoot, Initializable {
/// @notice Emitted when a new chain is added to the MessageRoot.
/// @param chainId The ID of the chain that is being added to the MessageRoot.
/// @param chainIndex The index of the chain that is being added. Note, that chain where
/// the MessageRoot contract was deployed has chainIndex of 0, and this event is not emitted for it.
/// the MessageRoot contract was deployed has chainIndex of 0, and this event is being emitted for it.
event AddedChain(uint256 indexed chainId, uint256 indexed chainIndex);

/// @notice Emitted when a new chain batch root is appended to the chainTree.
Expand Down
Loading