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