diff --git a/.github/scripts/seed-protonet.sh b/.github/scripts/seed-protonet.sh index 57e9ff62..d225447b 100755 --- a/.github/scripts/seed-protonet.sh +++ b/.github/scripts/seed-protonet.sh @@ -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"