@multiversx/sdk-dapp-liquidity 1.1.0-alpha.45 → 1.1.0-alpha.46

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/package.json CHANGED
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://github.com/multiversx/mx-sdk-dapp-liquidity#readme",
30
30
  "license": "MIT",
31
- "version": "1.1.0-alpha.45",
31
+ "version": "1.1.0-alpha.46",
32
32
  "main": "index.js",
33
33
  "module": "index.mjs",
34
34
  "types": "index.d.ts",
@@ -586,7 +586,7 @@ const BridgeForm = ({
586
586
  }
587
587
  fetchRateInterval = setInterval(() => {
588
588
  fetchRateDebounced(firstAmount);
589
- }, 60 * 1e3);
589
+ }, 50 * 1e3);
590
590
  return () => clearInterval(fetchRateInterval);
591
591
  }, [firstAmount, forceRefetchRate, fetchRateDebounced]);
592
592
  React.useEffect(() => {
@@ -583,7 +583,7 @@ const BridgeForm = ({
583
583
  }
584
584
  fetchRateInterval = setInterval(() => {
585
585
  fetchRateDebounced(firstAmount);
586
- }, 60 * 1e3);
586
+ }, 50 * 1e3);
587
587
  return () => clearInterval(fetchRateInterval);
588
588
  }, [firstAmount, forceRefetchRate, fetchRateDebounced]);
589
589
  useEffect(() => {