@huma-finance/widgets 0.0.62-beta.584 → 0.0.62-beta.586

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.
@@ -4986,7 +4986,7 @@ const JiaPoolCopies = {
4986
4986
  },
4987
4987
  verifyIdentity: {
4988
4988
  title: 'Verify Identity',
4989
- description: "This pool is only available to accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ".concat(KYCProvider, "."),
4989
+ description: "This pool is only available to professional/accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ".concat(KYCProvider, "."),
4990
4990
  buttonText: 'VERIFY MY IDENTITY'
4991
4991
  },
4992
4992
  emailSignatureLink: {
@@ -5713,7 +5713,7 @@ function PersonaEvaluation(_ref) {
5713
5713
  if (verificationStatus !== null && verificationStatus !== void 0 && verificationStatus.status && [shared.IdentityVerificationStatusV2.CREATED, shared.IdentityVerificationStatusV2.PENDING].includes(verificationStatus.status)) {
5714
5714
  checkVerificationStatus();
5715
5715
  }
5716
- }, 10 * 1000);
5716
+ }, 3 * 1000);
5717
5717
  // eslint-disable-next-line consistent-return
5718
5718
  return () => clearInterval(interval);
5719
5719
  }, [checkVerificationStatus, verificationStatus === null || verificationStatus === void 0 ? void 0 : verificationStatus.status]);