Skip to content

Commit

Permalink
Merge pull request #941 from oraichain/develop
Browse files Browse the repository at this point in the history
update default unbondingTime
  • Loading branch information
ducphamle2 authored Nov 8, 2023
2 parents 7395331 + e5c7025 commit 9741779
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 9741779

Please sign in to comment.