sided tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uside \
--type Text \
--from $WALLET \
--gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto \
-y
sided query gov proposals
sided query gov proposal 1
sided tx gov vote 1 yes --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
sided tx gov vote 1 no --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
sided tx gov vote 1 abstain --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
sided tx gov vote 1 no_with_veto --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto