Skip to content

Commit

Permalink
feat(vm): get broadcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Oct 30, 2024
1 parent 1eea5ba commit ee5fbfa
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 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(0xb09496a4), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0x590bc2b4), "VmSafe");
}
}

0 comments on commit ee5fbfa

Please sign in to comment.