Skip to content

Commit

Permalink
Update useSetPrimaryBasename.ts (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
maradini77 authored Dec 21, 2024
1 parent 043850d commit 03b3fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/hooks/useSetPrimaryBasename.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import { useUsernameProfile } from 'apps/web/src/components/Basenames/UsernamePr
/*
A hook to set a name as primary for resolution.
Responsabilities:
Responsibilities:
- Get and validate the primary username against the new username
- Write the new name to the contract & Wait for the transaction to be processed
- Refetch basename on successfull request
- Refetch basename on successful request
*/

type UseSetPrimaryBasenameProps = {
Expand Down

0 comments on commit 03b3fc5

Please sign in to comment.