Skip to content

Commit

Permalink
fix: remove query options from btc fees, closes #4198
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Oct 27, 2023
1 parent 433216f commit c7d80eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/query/bitcoin/fees/fee-estimates.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export function useGetAllBitcoinFeeEstimatesQuery<
queryKey: ['average-bitcoin-fee-estimates'],
queryFn: fetchAllBitcoinFeeEstimates(client),
refetchInterval: 2000 * 60,
staleTime: 1000 * 60,
refetchOnWindowFocus: false,
refetchOnMount: false,
...options,
});
}

0 comments on commit c7d80eb

Please sign in to comment.