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 proposals

View proposal by proposal no

realio-networkd query gov proposal 1

Vote yes

realio-networkd tx gov vote 1 yes --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000ario

Vote no

realio-networkd tx gov vote 1 no --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000ario

Vote abstain

realio-networkd tx gov vote 1 abstain --from $WALLET --chain-id realionetwork_3301-1 --gas auto --gas-adjustment 1.3 --fees 300000000ario

Vote 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 300000000ario

Last updated