exrpd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000apoa \
--type Text \
--from $WALLET \
--gas="300000" --gas-prices="240000000000900000axrp" \
-y
exrpd query gov proposals
exrpd query gov proposal 1
exrpd tx gov vote 1 yes --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
exrpd tx gov vote 1 no --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
exrpd tx gov vote 1 abstain --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
exrpd tx gov vote 1 no_with_veto --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"