File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import { EMPTY_BYTES32 } from '@ensdomains/ensjs/utils'
66
77import { useQueryOptions } from '@app/hooks/useQueryOptions'
88import { ConfigWithEns , CreateQueryKey , QueryConfig } from '@app/types'
9+ import { isValidEnsName } from '@app/utils/ensValidation'
910import { prepareQueryOptions } from '@app/utils/prepareQueryOptions'
1011import { useQuery } from '@app/utils/query/useQuery'
1112import { getReferrerHex } from '@app/utils/referrer'
12- import { isValidEnsName } from '@app/utils/ensValidation'
1313
1414type UseResolvedReferrerParameters = {
1515 referrer ?: string
Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ export const getReferrerHex = (referrer: string | undefined): `0x${string}` => {
1919 // Use viem's pad utility to pad to 32 bytes
2020 return pad ( referrer , { size : 32 } )
2121}
22-
You can’t perform that action at this time.
0 commit comments