Skip to content

Commit

Permalink
Add transferToSchainHashDirect
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jan 6, 2025
1 parent 9e2b0f1 commit ba5abef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/schain/TokenManagers/ITokenManagerERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ interface ITokenManagerERC20 is ITokenContractManager {
uint256 amount,
address to
) external;
function transferToSchainHashERC20Direct(
SchainHash targetSchainHash,
address contractOnMainnet,
uint256 amount,
address receiver
) external;
function addERC20TokenByOwner(
string calldata targetChainName,
address erc20OnMainnet,
Expand Down

0 comments on commit ba5abef

Please sign in to comment.