Skip to content

Commit

Permalink
fix: refetch brc20 tokens on window focus
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Mar 28, 2024
1 parent 6df0869 commit a985e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/query/bitcoin/ordinals/brc20/brc20-tokens.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function useGetBrc20TokensQuery() {
},
refetchOnMount: false,
refetchOnReconnect: false,
refetchOnWindowFocus: false,
refetchOnWindowFocus: true,
staleTime: 5 * 60 * 1000,
});

Expand Down

0 comments on commit a985e0f

Please sign in to comment.