fix seed gov proposal cli

This commit is contained in:
Draco 2023-04-06 12:55:21 -04:00 committed by Levi Schoen
parent 5b3162c563
commit b9bd2c5173

View File

@ -92,4 +92,4 @@ do
done
# create a text proposal
kava tx gov submit-proposal --deposit 1000000000ukava --type "Text" --title "Example Proposal" --description "This is an example proposal" --gas auto --gas-adjustment 1.2 --from dev-wallet --gas-prices 0.01ukava -y
kava tx gov submit-legacy-proposal --deposit 1000000000ukava --type "Text" --title "Example Proposal" --description "This is an example proposal" --gas auto --gas-adjustment 1.2 --from dev-wallet --gas-prices 0.01ukava -y