Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/releases/1.2.x' into feat/merge-…
Browse files Browse the repository at this point in the history
…new-token-managers
  • Loading branch information
Foivos committed Mar 25, 2024
2 parents 279969b + 471d60d commit d7b0dd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/interfaces/IInterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ interface IInterchainTokenFactory is IUpgradable, IMulticall {
*/
function interchainTokenService() external view returns (IInterchainTokenService);

/**
* @notice Returns the address of the interchain token service.
* @return IInterchainTokenService The address of the interchain token service.
*/
function interchainTokenService() external view returns (IInterchainTokenService);

/**
* @notice Returns the hash of the chain name.
* @return bytes32 The hash of the chain name.
Expand Down

0 comments on commit d7b0dd8

Please sign in to comment.