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