Skip to content

Commit 5475f85

Browse files
authored
feat: add blobhashes cheats (#553)
* add: blobhashes cheats * fix: shadowing
1 parent 2d8b7b8 commit 5475f85

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/Vm.sol

Lines changed: 10 additions & 0 deletions
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
@@ -10,6 +10,6 @@ contract VmTest is Test {
1010
// added to or removed from Vm or VmSafe.
1111
function test_interfaceId() public pure {
1212
assertEq(type(VmSafe).interfaceId, bytes4(0xdf5d274d), "VmSafe");
13-
assertEq(type(Vm).interfaceId, bytes4(0x5ee834da), "Vm");
13+
assertEq(type(Vm).interfaceId, bytes4(0xb91a22ba), "Vm");
1414
}
1515
}

0 commit comments

Comments
 (0)