Governance
Create New Text Proposal
0gchaind tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ua0gi \
--type Text \
--from $WALLET \
--gas-adjustment 1.4 --gas auto \
-y
Proposals List
0gchaind query gov proposals
View proposal by proposal no
0gchaind query gov proposal 1
Vote yes
0gchaind tx gov vote 1 yes --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
Vote no
0gchaind tx gov vote 1 no --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
Vote abstain
0gchaind tx gov vote 1 abstain --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
Vote No With Veto
0gchaind tx gov vote 1 no_with_veto --from $WALLET --chain-id zgtendermint_16600-2 --gas-adjustment 1.4 --gas auto
Last updated