Skip to content

Commit

Permalink
Allow for query refetching
Browse files Browse the repository at this point in the history
  • Loading branch information
b-tarczynski committed Apr 19, 2024
1 parent 2bbd4c9 commit 9b5c98d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export const useWatchEvents = (dispatch: (eventsState: ReduceBidsAction) => void
abi: AUCTION_ABI,
address: AUCTION_ADDRESSES[chainId],
functionName: 'getBidsWithAddresses',
query: {
gcTime: Infinity,
staleTime: Infinity,
},
})

useEffect(() => {
Expand Down

0 comments on commit 9b5c98d

Please sign in to comment.