suiport-sdk 0.1.1 → 0.1.2

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.
@@ -564,7 +564,7 @@ function useSuiportPayment(options) {
564
564
  const startPolling = React.useCallback(() => {
565
565
  if (pollingRef.current) return;
566
566
  pollStatus();
567
- pollingRef.current = setInterval(pollStatus, 5e3);
567
+ pollingRef.current = setInterval(pollStatus, 3e3);
568
568
  }, [pollStatus]);
569
569
  const stopPolling = React.useCallback(() => {
570
570
  if (pollingRef.current) {