Governance
republicd tx gov submit-proposal \
--title "Governance" \
--description "DETAIL" \
--deposit 1000000arai \
--type Text \
--from wallet \
--gas auto --gas-adjustment 1.5 --gas-prices 2500000000arai \
-y republicd query gov proposalsrepublicd query gov proposal 1republicd tx gov vote 1 yes --from wallet --chain-id raitestnet_77701-1 --gas auto --gas-adjustment 1.5 --gas-prices 2500000000arai -yrepublicd tx gov vote 1 no --from wallet --chain-id raitestnet_77701-1 --gas auto --gas-adjustment 1.5 --gas-prices 2500000000arai -yrepublicd tx gov vote 1 no_with_veto --from wallet --chain-id raitestnet_77701-1 --gas auto --gas-adjustment 1.5 --gas-prices 2500000000arai -yLast updated