Skip to content

Commit

Permalink
feat: vm.getWallets() (#620)
Browse files Browse the repository at this point in the history
Companion PR for foundry-rs/foundry#9052

Adds the cheatcode `function getWallets() external returns (address[]
memory wallets)`
  • Loading branch information
yash-atreya authored Oct 15, 2024
1 parent 813af87 commit 1de6eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Vm.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Vm.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ contract VmTest is Test {
}

function test_VmSafeInterfaceId() public pure {
assertEq(type(VmSafe).interfaceId, bytes4(0x6beed0a1), "VmSafe");
assertEq(type(VmSafe).interfaceId, bytes4(0xb09496a4), "VmSafe");
}
}

0 comments on commit 1de6eec

Please sign in to comment.