Skip to content

Commit

Permalink
revert change on isMigrated type on Name
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jun 19, 2023
1 parent a3bc312 commit 1f77a9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { useNamesFromResolvedAddress } from '../useNamesFromResolvedAddress/useN
import { checkAvailablePrimaryName, mergeNames } from './utils'

export type Name = BaseName & {
isMigrated?: boolean | null
isController?: boolean
isRegistrant?: boolean
isWrappedOwner?: boolean
Expand Down

0 comments on commit 1f77a9c

Please sign in to comment.