Skip to content

Commit 8decef4

Browse files
committed
fix: update refetch interval
1 parent 71d5320 commit 8decef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/hooks/pay/useBuyWithCryptoQuote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function useBuyWithCryptoQuote(
8080
return useQuery({
8181
...queryParams,
8282
queryKey: ["buyWithCryptoQuote", params],
83-
refetchInterval: 30_000,
83+
refetchInterval: 20_000,
8484
queryFn: () => {
8585
if (!params) {
8686
throw new Error("Swap params are required");

0 commit comments

Comments
 (0)