Skip to content

Commit

Permalink
chore(0.3): update Vm.sol (#641)
Browse files Browse the repository at this point in the history
Update `Vm.sol` to match latest version of Foundry for `0.3` release
  • Loading branch information
zerosnacks authored Dec 19, 2024
1 parent 5f1b1c6 commit 8396356
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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(0x92fe99ad), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0xe76e7868), "VmSafe");
}
}

0 comments on commit 8396356

Please sign in to comment.