Skip to content

Commit

Permalink
add dependencies to delete names deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 14, 2024
1 parent 974bd00 commit f63e4a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/ensjs/deploy/01_delete_names.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const func = async function (hre) {

func.id = 'delete-names'
func.tags = ['delete-names']
func.dependencies = ['register-unwrapped-names']
func.runAtTheEnd = true

module.exports = func
1 change: 0 additions & 1 deletion packages/ensjs/src/functions/subgraph/getSubnames.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ it('does not include deleted names by default', async () => {
name: 'deletable.eth',
})
if (!result.length) throw new Error('No names found')
console.log(result)
expect(result.length).toBe(2)
})
it('allows including deleted names', async () => {
Expand Down

0 comments on commit f63e4a4

Please sign in to comment.