diff --git a/client/src/components/modals/VerificationStepRow.tsx b/client/src/components/modals/VerificationStepRow.tsx index edfd29137..7ebffbb00 100644 --- a/client/src/components/modals/VerificationStepRow.tsx +++ b/client/src/components/modals/VerificationStepRow.tsx @@ -83,7 +83,7 @@ export const VerificationStepRow: React.FC = ({ return () => clearTimeout(timeout); } - + // eslint-disable-next-line react-hooks/exhaustive-deps }, [progress]); @@ -102,7 +102,7 @@ export const VerificationStepRow: React.FC = ({ case VerificationStepType.UPLOAD: return 1000; case VerificationStepType.PROVE: - return isProvingTypeFast ? 150000 : 660000; + return isProvingTypeFast ? 60000 : 660000; default: return 0; } diff --git a/client/src/helpers/tooltips.ts b/client/src/helpers/tooltips.ts index b6f5b1ae1..59a46ed1d 100644 --- a/client/src/helpers/tooltips.ts +++ b/client/src/helpers/tooltips.ts @@ -128,11 +128,11 @@ export const PROOF_MODAL_PROVE_TITLE = ` `; export const PROOF_MODAL_PROVE_SUBTITLE_PRIVATE = ` - Private validation will take approximately 9 minutes + Private validation will take approximately 10 minutes `; export const PROOF_MODAL_PROVE_SUBTITLE_FAST = ` - Fast validation will take approximately 2-3 minutes + Fast validation will take approximately 60 seconds `; export const PROOF_MODAL_VERIFY_TITLE = `