diff --git a/contracts/external/SuccinctInterfaces.sol b/contracts/external/SuccinctInterfaces.sol index 1dc25e970..a131c5900 100644 --- a/contracts/external/SuccinctInterfaces.sol +++ b/contracts/external/SuccinctInterfaces.sol @@ -8,7 +8,7 @@ interface ITelepathyHandler { uint16 _sourceChainId, address _senderAddress, bytes memory _data - ) external; + ) external returns (bytes4); } // This interface represents the contract that we call into to send messages over the Succinct AMB.