diff --git a/src/reference/cast/cast-publish.md b/src/reference/cast/cast-publish.md index 925978033..b143d09b5 100644 --- a/src/reference/cast/cast-publish.md +++ b/src/reference/cast/cast-publish.md @@ -16,6 +16,7 @@ Publish a raw pre-signed transaction to the network. #### Publish Options +`--async` `--cast-async`     Do not wait for a transaction receipt.     Environment: `CAST_ASYNC` diff --git a/src/reference/cast/cast-receipt.md b/src/reference/cast/cast-receipt.md index 18f42745e..06d7bc8d3 100644 --- a/src/reference/cast/cast-receipt.md +++ b/src/reference/cast/cast-receipt.md @@ -18,6 +18,7 @@ If *field* is specified, then only the given field of the receipt is displayed. #### Receipt Options +`--async` `--cast-async`     Do not wait for the transaction receipt if it does not exist yet.     Environment: `CAST_ASYNC` diff --git a/src/reference/cast/cast-send.md b/src/reference/cast/cast-send.md index 11cf0ec52..a39277e92 100644 --- a/src/reference/cast/cast-send.md +++ b/src/reference/cast/cast-send.md @@ -26,6 +26,7 @@ The destination (*to*) can be an ENS name or an address. #### Receipt Options +`--async` `--cast-async`     Do not wait for the transaction receipt if it does not exist yet.     Environment: `CAST_ASYNC`