Skip to content

Commit

Permalink
update default unbondingTime
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Nov 8, 2023
1 parent 23c7651 commit e5c7025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Proposals/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5c7025

Please sign in to comment.