Governance
Create New Text Proposal
exrpd tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000apoa \
--type Text \
--from $WALLET \
--gas="300000" --gas-prices="240000000000900000axrp" \
-y
Proposals List
exrpd query gov proposals
View proposal by proposal no
exrpd query gov proposal 1
Vote yes
exrpd tx gov vote 1 yes --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
Vote no
exrpd tx gov vote 1 no --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
Vote abstain
exrpd tx gov vote 1 abstain --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
Vote No With Veto
exrpd tx gov vote 1 no_with_veto --from $WALLET --chain-id exrp_1440002-1 --gas="300000" --gas-prices="240000000000900000axrp"
Last updated