Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Sep 15, 2024
1 parent 7443885 commit c2e18ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Add `repl.fork` to start run and use an Anvil instance as a fork of the current URL
* Add `repl.startPrank` / `repl.stopPrank` to start/stop impersonating an address
* Add `FUNC.trace_call` method to contract functions

### Other changes

Expand Down
1 change: 1 addition & 0 deletions docs/src/interacting_with_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Sending a transaction requires an [account to be loaded](./account_management.md
The behavior can be changed by using one of the following method on the returned function object:

* `call`: Call the function and return the result
* `trace_call`: Same as call but also prints the trace of the call (also potentially shows better error messages)
* `send`: Sends a transaction to the function and return the result
* `encode`: ABI-encodes the function call

Expand Down

0 comments on commit c2e18ff

Please sign in to comment.