Skip to content

Commit 4a328b8

Browse files
Merge pull request #54 from aviggiano/patch-3
Fix typo in `deal` Hevm cheatcode
2 parents 2526765 + 58e2986 commit 4a328b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/util/Hevm.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface IHevm {
1313
function assume(bool b) external;
1414

1515
// Sets the eth balance of usr to amt
16-
function deal(uint256 usr, uint256 amt) external;
16+
function deal(address usr, uint256 amt) external;
1717

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

0 commit comments

Comments
 (0)