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
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ abstract contract SwitchboardBase is ISwitchboard, AccessControlExtended {
/**
* @notice Signals sibling switchboard for given `siblingChainSlug_`.
* @dev This function is expected to be only called by governance
* @param siblingChainSlug_ The slug of the sibling chain whos switchboard is being connected.
* @param siblingChainSlug_ The slug of the sibling chain whose switchboard is being connected.
* @param siblingSwitchboard_ The switchboard address deployed on `siblingChainSlug_`
*/
function updateSibling(
Expand Down