astra-sdk-web 1.1.13 → 1.1.14

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.
@@ -2019,7 +2019,7 @@ var KycFlow = ({
2019
2019
  deviceType,
2020
2020
  startAtQr = true,
2021
2021
  onClose,
2022
- mobileBaseUrl = "https://astra-sdk-rebuild.vercel.app"
2022
+ mobileBaseUrl = "https://kyc-sdk.astraprotocol.com"
2023
2023
  }) => {
2024
2024
  const [currentView, setCurrentView] = React.useState(startAtQr ? "qr" : "mobileroute");
2025
2025
  const handleNavigate = (view) => {