Skip to content

Commit f46d830

Browse files
authored
add stopRecord and 7702 cross chain cheatcodes (#680)
ref foundry-rs/foundry#10518 ref foundry-rs/foundry#10370
1 parent 77041d2 commit f46d830

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

src/Vm.sol

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Vm.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ contract VmTest is Test {
1313
}
1414

1515
function test_VmSafeInterfaceId() public pure {
16-
assertEq(type(VmSafe).interfaceId, bytes4(0x3454f9e8), "VmSafe");
16+
assertEq(type(VmSafe).interfaceId, bytes4(0x4d98a4ca), "VmSafe");
1717
}
1818
}

0 commit comments

Comments
 (0)