diff --git a/src/common/contracts/core/sybil-resistance/hooks.ts b/src/common/contracts/core/sybil-resistance/hooks.ts index c22139a3..b9db189f 100644 --- a/src/common/contracts/core/sybil-resistance/hooks.ts +++ b/src/common/contracts/core/sybil-resistance/hooks.ts @@ -11,4 +11,10 @@ export const useIsHuman = ({ enabled = true, accountId }: ByAccountId & Conditio ([_queryKeyHead, accountIdKey]) => !IS_CLIENT ? undefined : contractClient.is_human({ account_id: accountIdKey }), + + { + revalidateIfStale: false, + revalidateOnFocus: false, + revalidateOnReconnect: false, + }, );