Skip to content

Commit

Permalink
Merge branch 'master' into yash/script-wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Oct 15, 2024
2 parents 0eff22b + 813af87 commit 9ff1556
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(0xdf8a8982), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0xb09496a4), "VmSafe");
}
}

0 comments on commit 9ff1556

Please sign in to comment.