Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: anvil --auto-impersonate #953

Merged
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
3 changes: 3 additions & 0 deletions src/reference/anvil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ Returns the details of all transactions currently pending for inclusion in the n
`-a, --accounts <ACCOUNTS>`
&nbsp;&nbsp;&nbsp;&nbsp; Set the number of accounts [default: 10]

`--auto-impersonate`
&nbsp;&nbsp;&nbsp;&nbsp; Enable autoImpersonate on startup

`-b, --block-time <block-time>`
&nbsp;&nbsp;&nbsp;&nbsp; Block time in seconds for interval mining

Expand Down
4 changes: 2 additions & 2 deletions src/reference/cast/cast-from-fixed-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### NAME

cast-from-fix - Convert a fixed point number into an integer.
cast-from-fixed-point - Convert a fixed point number into an integer.

### SYNOPSIS

``cast from-fix`` [*options*] *decimals* *value*
``cast from-fixed-point`` [*options*] *decimals* *value*

### DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion src/reference/cast/cast-to-check-sum-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### NAME

cast-to-checksum-address - Convert an addresss to a checksummed format ([EIP-55][eip55]).
cast-to-check-sum-address - Convert an addresss to a checksummed format ([EIP-55][eip55]).

### SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion src/reference/cast/conversion-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [cast to-ascii](./cast-to-ascii.md)
- [cast to-base](./cast-to-base.md)
- [cast to-bytes32](./cast-to-bytes32.md)
- [cast to-fixed-point](./cast-to-fix.md)
- [cast to-fixed-point](./cast-to-fixed-point.md)
- [cast to-hexdata](./cast-to-hexdata.md)
- [cast to-int256](./cast-to-int256.md)
- [cast to-rlp](./cast-to-rlp.md)
Expand Down