Skip to content

Commit 0dac919

Browse files
Merge branch 'phase-1' of https://github.com/SocketDotTech/socket-protocol into feat/id
2 parents 101fb60 + 053fd3c commit 0dac919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/protocol/switchboard/FastSwitchboard.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ contract FastSwitchboard is SwitchboardBase {
4040
* @notice Event emitted when plug configuration is updated
4141
*/
4242
event PlugConfigUpdated(address indexed plug, bytes32 appGatewayId);
43+
4344
// Event emitted when EVMX config is set
4445
event EvmxConfigSet(uint32 evmxChainSlug, uint32 watcherId);
4546
// Event emitted when payload is requested

0 commit comments

Comments
 (0)