Skip to content

Commit a8f2815

Browse files
authored
feat: get/setEvmVersion, signWithNonceUnsafe, getStorageSlots cheatcodes (#744)
- `getStorageSlots`: foundry-rs/foundry#11537 - `signWithNonceUnsafe`: foundry-rs/foundry#11267 - `get/setEvmExecution`: foundry-rs/foundry#12014
1 parent 8e40513 commit a8f2815

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/Vm.sol

Lines changed: 21 additions & 0 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(0xe02727c3), "VmSafe");
16+
assertEq(type(VmSafe).interfaceId, bytes4(0xc6a84458), "VmSafe");
1717
}
1818
}

0 commit comments

Comments
 (0)