Merge pull request #71 from v0l/error-verification

fix: don't retry errored verifications
This commit is contained in:
2023-01-16 10:07:43 +00:00
committed by GitHub

View File

@ -30,6 +30,7 @@ export function useIsVerified(nip05, pubkey) {
() => fetchNip05Pubkey(name, domain),
{
retry: false,
retryOnMount: false,
cacheTime: VERIFICATION_CACHE_TIME,
staleTime: VERIFICATION_STALE_TIMEOUT
},