Skip to content

Commit

Permalink
change list type create proposal and default unbondingtime
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Oct 31, 2023
1 parent e2bb453 commit 872b490
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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: 3600,
unbondingTime: 1209600000,
voting_period_day: 1,
voting_period_time: "01:00:00",
min_deposit: 10,
Expand All @@ -33,6 +33,10 @@ const defaultValues = {
};

const fields = [
{
label: "Text Proposal",
value: TEXT_PROPOSAL,
},
{
label: "Unbonding time",
value: UNBONDING_TIME,
Expand All @@ -57,10 +61,6 @@ const fields = [
label: "Minimum Deposit Amount",
value: DEPOSIT_PARAMS,
},
{
label: "Text Proposal",
value: TEXT_PROPOSAL,
},
{
label: "Update Admin Proposal",
value: UPDATE_ADMIN_PROPOSAL,
Expand Down

0 comments on commit 872b490

Please sign in to comment.