Skip to content

Commit

Permalink
Add missing --fork-transaction-hash for anvil (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Sep 16, 2024
1 parent cafde78 commit 963dfa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reference/anvil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ Gets the transaction hash and the address which created a contract.
`--fork-retry-backoff <BACKOFF>`
&nbsp;&nbsp;&nbsp;&nbsp; Initial retry backoff on encountering errors.

`--fork-transaction-hash <TRANSACTION>`
&nbsp;&nbsp;&nbsp;&nbsp; Fetch state from a specific transaction hash over a remote endpoint (Must pass `--fork-url` in the same command-line).

`--retries <retries>`
&nbsp;&nbsp;&nbsp;&nbsp; Number of retry requests for spurious networks (timed out requests). [default: 5]

Expand Down

0 comments on commit 963dfa0

Please sign in to comment.