typos seed-protonet.sh

This commit is contained in:
Maximilian Hubert 2025-02-01 16:36:13 +01:00 committed by GitHub
parent a877c8f6be
commit bb905e70f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ AVG_SECONDS_BETWEEN_BLOCKS=6.5
kava config node "${CHAIN_API_URL}"
kava config chain-id "${CHAIN_ID}"
# use the test keyring to allow scriptng key generation
# use the test keyring to allow scripting key generation
kava config keyring-backend test
# wait for transactions to be committed per CLI command
@ -103,7 +103,7 @@ kava tx issuance issue 6000000000ukava kava1vlpsrmdyuywvaqrv7rx6xga224sqfwz3fyfh
sleep $AVG_SECONDS_BETWEEN_BLOCKS
# parse space seperated list of validators
# parse space separated list of validators
# into bash array
read -r -a GENESIS_VALIDATOR_ADDRESS_ARRAY <<< "$GENESIS_VALIDATOR_ADDRESSES"