Skip to content

Commit

Permalink
fix: put back to 6.5 secs between blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 23, 2024
1 parent d204d47 commit 70c7170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/seed-protonet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -ex
# broadcast mode of `block` in order to
# minimize the chance tx's fail due to an
# account sequence number mismatch
AVG_SECONDS_BETWEEN_BLOCKS=10
AVG_SECONDS_BETWEEN_BLOCKS=6.5

# configure kava binary to talk to the desired chain endpoint
kava config node "${CHAIN_API_URL}"
Expand Down

0 comments on commit 70c7170

Please sign in to comment.