Skip to content

Commit

Permalink
unique id
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Oct 23, 2024
1 parent 17c2ef1 commit 6d52d60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deploy/ethregistrar/04_deploy_bulk_renewal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ const func: DeployFunction = async function (hre) {
return true
}

func.id = 'bulk-renewal'
func.id = 'bulk-renewal-2'
func.tags = ['BulkRenewal']
func.dependencies = [
'ENSRegistry',
'BaseRegistrarImplementation',
'ETHRegistrarController',
]

export default func

0 comments on commit 6d52d60

Please sign in to comment.