Skip to content

Commit

Permalink
feat(vm): rememberKeys (#622)
Browse files Browse the repository at this point in the history
* feat(vm): rememberKeys

* Merge branch 'master' into yash/remember-keys
  • Loading branch information
yash-atreya authored Oct 15, 2024
1 parent ee000c6 commit 813af87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/Vm.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Vm.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ contract VmTest is Test {
}

function test_VmSafeInterfaceId() public pure {
assertEq(type(VmSafe).interfaceId, bytes4(0x04f0cf87), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0x6beed0a1), "VmSafe");
}
}

0 comments on commit 813af87

Please sign in to comment.