Skip to content

Commit

Permalink
chore: update cheatcodes interface
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Aug 15, 2022
1 parent 9b08a78 commit 48a6456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cheatcodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ interface CheatCodes {
// Expect a call to an address with the specified calldata.
// Calldata can either be strict or a partial match
function expectCall(address, bytes calldata) external;
// Expect a call to an address with the specified
// calldata and message value.
// Calldata can either be strict or a partial match
function expectCall(address, uint256, bytes calldata) external;
// Gets the bytecode for a contract in the project given the path to the contract.
function getCode(string calldata) external returns (bytes memory);
Expand Down

0 comments on commit 48a6456

Please sign in to comment.