Skip to content

Commit

Permalink
Update initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Dec 13, 2024
1 parent 64c5dd7 commit 6370654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/schain/ExecutionLayer/IExecutionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
pragma solidity >=0.8.19 <0.9.0;

import {IMessageReceiver} from "../../IMessageReceiver.sol";
import {IMessageProxyForSchain} from "../IMessageProxyForSchain.sol";
import {ITokenManagerERC20} from "../TokenManagers/ITokenManagerERC20.sol";
import {SchainHash} from "../../DomainTypes.sol";


interface IExecutionManager is IMessageReceiver {
function initialize(IMessageProxyForSchain messageProxyAddress) external;
function initialize(ITokenManagerERC20 erc20TokenManagerAddress) external;
function setRemoteExecutionManager(
SchainHash schainHash,
address executionManagerAddress
Expand Down

0 comments on commit 6370654

Please sign in to comment.