Governance
Create New Text Proposal
realio-networkd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ario \
--type Text \
--from $WALLET \
--gas auto --gas-adjustment 1.3 --fees 300000000ario \
-y Proposals List
realio-networkd query gov proposalsView proposal by proposal no
realio-networkd query gov proposal 1Vote yes
realio-networkd tx gov vote 1 yes --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000arioVote no
realio-networkd tx gov vote 1 no --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000arioVote abstain
realio-networkd tx gov vote 1 abstain --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000arioVote No With Veto
realio-networkd tx gov vote 1 no_with_veto --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000arioLast updated