mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 16:25:21 +00:00
add text proposal to internal testnet seed script (#1451)
This commit is contained in:
parent
cd2c483cdc
commit
179e4ed917
3
.github/scripts/seed-internal-testnet.sh
vendored
3
.github/scripts/seed-internal-testnet.sh
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user