We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0291ff + b710042 commit d6f2fd0Copy full SHA for d6f2fd0
2 files changed
packages/outbox-execute/README.md
@@ -25,7 +25,7 @@ Note that you can also set the environment variables in an `.env` file in the ro
25
To run:
26
27
```shell
28
-yarn outbox-exec --txhash 0xmytxnhash
+yarn outbox-exec 0xmytxnhash
29
```
30
31
- _0xmytxnhash_ is expected to be the transaction hash of a transaction in the child chain that triggered a child-to-parent message.
packages/redeem-pending-retryable/README.md
@@ -31,7 +31,7 @@ To create a failed retryable ticket:
To redeem a pending retryable ticket:
32
33
34
- yarn redeemPendingRetryable --txhash 0xmytxnhash
+ yarn redeemPendingRetryable 0xmytxnhash
35
36
37
- _0xmytxnhash_ is expected to be the transaction hash of the transaction on the parent chain that triggered the parent-to-child message.
0 commit comments