diff --git a/contracts/tasks/deploy-registry.ts b/contracts/tasks/deploy-registry.ts index 9446a85c6..50ecb7507 100644 --- a/contracts/tasks/deploy-registry.ts +++ b/contracts/tasks/deploy-registry.ts @@ -100,5 +100,5 @@ task('deploy-registry') Deployments.deploy(hre, deployer, { name: 'SubnetRegistryDiamond', args: [registryFacets.asFacetCuts(), registryConstructorParams], - }); + }) })