Skip to content

Commit 4e5f46a

Browse files
authored
Merge pull request #614 from zerosnacks/zerosnacks/add-gas-snapshot-cheatcodes
feat: add gas snapshot cheatcodes
2 parents ab6de56 + 29d018d commit 4e5f46a

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

src/Vm.sol

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Vm.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Vm, VmSafe} from "../src/Vm.sol";
99
// added to or removed from Vm or VmSafe.
1010
contract VmTest is Test {
1111
function test_VmInterfaceId() public pure {
12-
assertEq(type(Vm).interfaceId, bytes4(0x29bd9d0a), "Vm");
12+
assertEq(type(Vm).interfaceId, bytes4(0x35457718), "Vm");
1313
}
1414

1515
function test_VmSafeInterfaceId() public pure {

0 commit comments

Comments
 (0)