bug(cheatcodes
): Facing issues with startPrank
where address that have a balance do not work.
#10302
Closed
2 tasks done
Labels
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge Version: 1.0.0-nightly Commit SHA: 7a7ad4e
What version of Foundryup are you on?
No response
What command(s) is the bug in?
The
startPrank
cheatcodevm.startPrank(address msgSender, bool delegateCall)
Operating System
macOS (Apple Silicon)
Describe the bug
This bug is related to a previous issue I opened here. I'm seeing some weird behavior with
startPrank
. When I use any address that contains a balance, thedelegatecall
fails. Please see the test cases below.Steps To Reproduce:
Command to run:
forge test DelegateCallTest -vvvv
Logs:
The text was updated successfully, but these errors were encountered: