typos seed-internal-testnet.sh

This commit is contained in:
Maximilian Hubert 2025-02-01 16:33:37 +01:00 committed by GitHub
parent 7c2a41f5c8
commit a877c8f6be
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
@ -143,7 +143,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"