pub async fn create2_deploy_from_bytecode( constructor_args: &[u8], bytecode: &[u8], deployer: &Signer, salt: &[u8], eth_client: &EthClient, ) -> Result<(H256, Address), DeployError>