mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-03-03 16:25:28 +00:00
typos seed-protonet.sh
This commit is contained in:
parent
a877c8f6be
commit
bb905e70f7
4
.github/scripts/seed-protonet.sh
vendored
4
.github/scripts/seed-protonet.sh
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user