Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/seismic-bot/src/faucetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class FaucetManager {
* Note: We request pending nonce first intentionally,
* because it gives slightly more time for any pending txs
* to be included in the next block.
* When we check if we're up to date, we allow the confimed nonce
* When we check if we're up to date, we allow the confirmed nonce
* to be ahead of the pending nonce (but not behind)
*/
private async getNonces() {
Expand Down