Governance
Create New Text Proposal
elysd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uelys \
--type Text \
--from $WALLET \
--gas auto --gas-adjustment 1.2 --gas-prices=0.0003uelys \
-y Proposals List
elysd query gov proposalsView proposal by proposal no
elysd query gov proposal 1Vote yes
elysd tx gov vote 1 yes --from $WALLET --chain-id elysicstestnet-1 --gas auto --gas-adjustment 1.2 --gas-prices=0.0003uelysVote no
elysd tx gov vote 1 no --from $WALLET --chain-id elysicstestnet-1 --gas auto --gas-adjustment 1.2 --gas-prices=0.0003uelysVote abstain
elysd tx gov vote 1 abstain --from $WALLET --chain-id elysicstestnet-1 --gas auto --gas-adjustment 1.2 --gas-prices=0.0003uelysVote No With Veto
elysd tx gov vote 1 no_with_veto --from $WALLET --chain-id elysicstestnet-1 --gas auto --gas-adjustment 1.2 --gas-prices=0.0003uelysLast updated