synapsecns/sanguine

View on GitHub
packages/contracts-core/contracts/events/DestinationEvents.sol

Summary

Maintainability
Test Coverage
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;

/// @notice A collection of events emitted by the Destination contract
abstract contract DestinationEvents {
    event AgentRootAccepted(bytes32 agentRoot);
}