Skip to content

Commit 4f57c59

Browse files
authored
Merge pull request #621 from boolafish/erc4337-tool
feat(Vm): update cheatcode by vm.py
2 parents 0ce0050 + f1bcd78 commit 4f57c59

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

src/Vm.sol

Lines changed: 36 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import {Vm, VmSafe} from "../src/Vm.sol";
99
// added to or removed from Vm or VmSafe.
1010
contract VmTest is Test {
1111
function test_VmInterfaceId() public pure {
12-
assertEq(type(Vm).interfaceId, bytes4(0x61a5f010), "Vm");
12+
assertEq(type(Vm).interfaceId, bytes4(0x329891d9), "Vm");
1313
}
1414

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

0 commit comments

Comments
 (0)