Create a proposal to set a value on a network property using the set-network-property command followed by the network property $PROPERTY and its respective value $VALUE.
Args
$PROPERTY: The network property to be updated. All properties available here.
$VALUE: The value to be set for the network property.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The description of the proposal, it can be a URL, some text, etc.
Bash
Copy
sekaid tx customgov proposal set-network-property \
--from=$SIGNER $FLAGS_TX \
$PROPERTY $VALUE --title=$TITLE --description=$DESCRIPTION