From e5c7025368fecec3ce5125cd2fc8101cb62260b3 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Van Date: Wed, 8 Nov 2023 15:07:29 +0700 Subject: [PATCH] update default unbondingTime --- src/containers/Proposals/constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Proposals/constant.js b/src/containers/Proposals/constant.js index 6e304a18..a1072b46 100644 --- a/src/containers/Proposals/constant.js +++ b/src/containers/Proposals/constant.js @@ -19,7 +19,7 @@ const defaultValues = { title: "", description: "", amount: 10, - unbondingTime: 1209600000, + unbondingTime: 1209600, voting_period_day: 1, voting_period_time: "01:00:00", min_deposit: 10,