The CLI command, set-proposal-durations-proposal, is used to create a proposal to set batch proposal durations. It requires two positional arguments: a list of proposal types and a corresponding list of durations. The command accepts the following flags:
Args
$PROPOSAL_TYPES: A comma-separated list of proposal types.
$DURATIONS: A corresponding comma-separated list of durations for the proposal types.
Flags
$TITLE: The title of the proposal. This flag is required.
$DESCRIPTION: The description of the proposal, which can be a URL, some text, etc. This flag is required.
Bash
Copy
sekaid tx customgov proposal set-proposal-durations-proposal \
--from=$SIGNER $FLAGS_TX \
--title=$TITLE --description=$DESCRIPTION \
$PROPOSAL_TYPES $DURATIONS