add text proposal to internal testnet seed script (#1451)

This commit is contained in:
Adam Robert Turman 2023-01-23 13:56:51 -06:00 committed by GitHub
parent cd2c483cdc
commit 179e4ed917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,3 +59,6 @@ for validator in "${GENTX_VALIDATORS[@]}"
do do
kava tx staking delegate "${validator}" 300000000ukava --from dev-wallet --gas-prices 0.5ukava -y kava tx staking delegate "${validator}" 300000000ukava --from dev-wallet --gas-prices 0.5ukava -y
done 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