diff --git a/contracts/InterchainTokenFactory.sol b/contracts/InterchainTokenFactory.sol index 31031ecb..c1b016b7 100644 --- a/contracts/InterchainTokenFactory.sol +++ b/contracts/InterchainTokenFactory.sol @@ -411,7 +411,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M function _checkToken(address tokenAddress) internal view { IERC20Named token = IERC20Named(tokenAddress); - + // slither-disable-next-line unused-return try token.name() {} catch { revert NotToken(tokenAddress);