diff --git a/contracts/tasks/deploy-registry.ts b/contracts/tasks/deploy-registry.ts index 50ecb75071..348035dd15 100644 --- a/contracts/tasks/deploy-registry.ts +++ b/contracts/tasks/deploy-registry.ts @@ -97,7 +97,7 @@ task('deploy-registry') creationPrivileges: Number(mode), } - Deployments.deploy(hre, deployer, { + return await Deployments.deploy(hre, deployer, { name: 'SubnetRegistryDiamond', args: [registryFacets.asFacetCuts(), registryConstructorParams], })