We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c086c2e commit 9802415Copy full SHA for 9802415
src/StdConfig.sol
@@ -36,6 +36,8 @@ contract StdConfig {
36
using LibVariable for TypeKind;
37
38
VmSafe private constant vm = VmSafe(address(uint160(uint256(keccak256("hevm cheat code")))));
39
+
40
+ /// @dev Types: `bool`, `address`, `bytes32`, `uint`, `ìnt`, `string`, `bytes`.
41
uint8 private constant NUM_TYPES = 7;
42
43
// -- ERRORS ---------------------------------------------------------------
0 commit comments