Skip to content

Commit 0c71116

Browse files
feat: fork cheats (#709)
support the new cheatcodes added in foundry-rs/foundry#11236 support new nonce diffs added in foundry-rs/foundry#11215 --------- Co-authored-by: grandizzy <[email protected]>
1 parent c7be2a3 commit 0c71116

File tree

2 files changed

+91
-5
lines changed

2 files changed

+91
-5
lines changed

src/Vm.sol

Lines changed: 90 additions & 4 deletions
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(0xf4408204), "VmSafe");
16+
assertEq(type(VmSafe).interfaceId, bytes4(0x347835a6), "VmSafe");
1717
}
1818
}

0 commit comments

Comments
 (0)