Skip to content

Commit 3353993

Browse files
authored
feat: update cheatcodes (#673)
- update vm.deployCode sigs: foundry-rs/foundry#10178 - update vm.signAndAttachDelegation and vm.signDelegation sigs: foundry-rs/foundry#10182 - update vm.setArbitraryStorage sig: foundry-rs/foundry#10219 - add new vm.shuffle and vm.sort: foundry-rs/foundry#10187
1 parent 841c3a3 commit 3353993

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

src/Vm.sol

Lines changed: 57 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(0x1d414059), "VmSafe");
16+
assertEq(type(VmSafe).interfaceId, bytes4(0xde2719db), "VmSafe");
1717
}
1818
}

0 commit comments

Comments
 (0)