Skip to content

Commit

Permalink
Add setRemoteExecutionManager function
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Nov 21, 2024
1 parent 1faae31 commit d0494cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/schain/IExecutionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ import {SchainHash} from "../DomainTypes.sol";

interface IExecutionManager is IMessageReceiver {
function initialize(IMessageProxyForSchain messageProxyAddress) external;
function setRemoteExecutionManager(
SchainHash schainHash,
address executionManagerAddress
) external;
function testSend(SchainHash targetChainHash, string calldata message) external;
}

0 comments on commit d0494cc

Please sign in to comment.