    function approveService() external onlyService {
        IERC20(this.tokenAddress()).safeCall(abi.encodeWithSelector(IERC20.approve.selector, interchainTokenService, UINT256_MAX));
    }
| Revert on large approvals and/or transfers | In scope |
