Skip to content

Commit

Permalink
Update Hevm.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggiano authored Mar 25, 2024
1 parent 2526765 commit 58e2986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/util/Hevm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface IHevm {
function assume(bool b) external;

// Sets the eth balance of usr to amt
function deal(uint256 usr, uint256 amt) external;
function deal(address usr, uint256 amt) external;

// Loads a storage slot from an address
function load(address where, bytes32 slot) external returns (bytes32);
Expand Down

0 comments on commit 58e2986

Please sign in to comment.