@liberfi.io/react-predict 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -950,7 +950,7 @@ function useOrderbook(params, queryOptions = {}) {
950
950
  queryKey: orderbookQueryKey(params.slug, params.source),
951
951
  queryFn: () => client.getOrderbook(params.slug, params.source),
952
952
  enabled: Boolean(params.slug),
953
- refetchInterval: 5e3,
953
+ refetchInterval: 3e4,
954
954
  ...queryOptions
955
955
  });
956
956
  }