Skip to content

Commit 9802415

Browse files
Update StdConfig.sol
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
1 parent c086c2e commit 9802415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/StdConfig.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ contract StdConfig {
3636
using LibVariable for TypeKind;
3737

3838
VmSafe private constant vm = VmSafe(address(uint160(uint256(keccak256("hevm cheat code")))));
39+
40+
/// @dev Types: `bool`, `address`, `bytes32`, `uint`, `ìnt`, `string`, `bytes`.
3941
uint8 private constant NUM_TYPES = 7;
4042

4143
// -- ERRORS ---------------------------------------------------------------

0 commit comments

Comments
 (0)