In ContractDeployer, lines 159 and 182 it says @dev In case of a revert, the zero address should be returned, but the functions create2Account and createAccount revert the whole transaction instead. Consider either removing those comments or putting the code in a try/catch block, so that it returns address(0) in the catch block.
