Skip to content

Commit

Permalink
cheatcode docs update (#2577)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

- docs more accurate

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`

---------

Co-authored-by: Franciszek Job <54181625+franciszekjob@users.noreply.github.com>
  • Loading branch information
0xGreed and franciszekjob authored Oct 15, 2024
1 parent 0e21418 commit 7778925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/appendix/cheatcodes/block_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Changes the block number for the given target.
Cancels the `cheat_block_number` / `start_cheat_block_number` for the given target.

## `stop_cheat_block_number_global`
> `fn stop_cheat_block_number_global(target: ContractAddress)`
> `fn stop_cheat_block_number_global()`
Cancels the `start_cheat_block_number_global`.

2 changes: 1 addition & 1 deletion docs/src/appendix/cheatcodes/block_timestamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Changes the block timestamp for the given target.
Cancels the `cheat_block_timestamp` / `start_cheat_block_timestamp` for the given target.

## `stop_cheat_block_timestamp_global`
> `fn stop_cheat_block_timestamp_global(target: ContractAddress)`
> `fn stop_cheat_block_timestamp_global()`
Cancels the `start_cheat_block_timestamp_global`.

0 comments on commit 7778925

Please sign in to comment.