Skip to content
Merged
Show file tree
Hide file tree
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/outbox-execute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Note that you can also set the environment variables in an `.env` file in the ro
To run:

```shell
yarn outbox-exec --txhash 0xmytxnhash
yarn outbox-exec 0xmytxnhash
```

- _0xmytxnhash_ is expected to be the transaction hash of a transaction in the child chain that triggered a child-to-parent message.
Expand Down
2 changes: 1 addition & 1 deletion packages/redeem-pending-retryable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To create a failed retryable ticket:
To redeem a pending retryable ticket:

```
yarn redeemPendingRetryable --txhash 0xmytxnhash
yarn redeemPendingRetryable 0xmytxnhash
```

- _0xmytxnhash_ is expected to be the transaction hash of the transaction on the parent chain that triggered the parent-to-child message.
Expand Down