@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.mjs CHANGED
@@ -948,7 +948,7 @@ function useOrderbook(params, queryOptions = {}) {
948
948
  queryKey: orderbookQueryKey(params.slug, params.source),
949
949
  queryFn: () => client.getOrderbook(params.slug, params.source),
950
950
  enabled: Boolean(params.slug),
951
- refetchInterval: 5e3,
951
+ refetchInterval: 3e4,
952
952
  ...queryOptions
953
953
  });
954
954
  }