From 8f7bb3948d3bbc89c564d5353b9fbe68a56331e0 Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 12 Sep 2022 14:45:59 +0300 Subject: [PATCH] constants: MAX_INSURANCE = 3000000 --- src/core/constants/stores/Calculation/limits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/constants/stores/Calculation/limits.js b/src/core/constants/stores/Calculation/limits.js index 0c65e8f..1c6a33a 100644 --- a/src/core/constants/stores/Calculation/limits.js +++ b/src/core/constants/stores/Calculation/limits.js @@ -1,3 +1,3 @@ export const MAX_FRANCHISE = 75000; -export const MAX_INSURANCE = 2500000; +export const MAX_INSURANCE = 3000000; export const MIN_INSURANCE = 3000;