Skip to content

Commit

Permalink
chore: update Vm.sol to the latest version (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Jan 31, 2025
1 parent 4645871 commit 7388a36
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 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(0xe76e7868), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0xb572f44f), "VmSafe");
}
}

0 comments on commit 7388a36

Please sign in to comment.