Governance
Create New Text Proposal
sided tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uside \
--type Text \
--from $WALLET \
--gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto \
-y
Proposals List
sided query gov proposals
View proposal by proposal no
sided query gov proposal 1
Vote yes
sided tx gov vote 1 yes --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
Vote no
sided tx gov vote 1 no --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
Vote abstain
sided tx gov vote 1 abstain --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
Vote No With Veto
sided tx gov vote 1 no_with_veto --from $WALLET --chain-id sidechain-testnet-5 --gas-prices 0.0006uside --gas-adjustment 1.5 --gas auto
Last updated