Skip to content

Commit

Permalink
Update CLI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h committed Sep 18, 2024
1 parent 1dab063 commit 6d6a13b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ Run a GraphQL service that exposes a faucet where users can claim tokens. This g
Default value: `8080`
* `--amount <AMOUNT>` — The number of tokens to send to each new chain
* `--limit-rate-until <LIMIT_RATE_UNTIL>` — The end timestamp: The faucet will rate-limit the token supply so it runs out of money no earlier than this
* `--listener-skip-process-inbox` — Do not create blocks automatically to receive incoming messages. Instead, wait for an explicit mutation `processInbox`
* `--listener-delay-before-ms <DELAY_BEFORE_MS>` — Wait before processing any notification (useful for testing)

Default value: `0`
* `--listener-delay-after-ms <DELAY_AFTER_MS>` — Wait after processing any notification (useful for rate limiting)

Default value: `0`



Expand Down

0 comments on commit 6d6a13b

Please sign in to comment.