Open
Description
- During the setup stage, when calling
setUpGearbox("Trade USDC -> Crypto v3");
reverts with the[FAIL. Reason: setup failed: CreditManagerNotFoundException()]
message, as out of ~12 manager contracts deployed, only one is a version 3 and it has a different name "Trade USDC Tier 1", I would suggest changing the name accordingly - The current stable version of
StdStorage
has an issue with dealing tokens, reverting with[FAIL. Reason: setup failed: revert: stdStorage find(StdStorage): Slot(s) not found.]
message. The suggested solution is to manually change theStdStorage
code to the latest version, which has solved the problem for me (related issue Error: Storage Slot not found in dealERC721 foundry-rs/forge-std#318).
Running Environment - Linux
FORK_BLOCK_NUMBER=20691688
Metadata
Metadata
Assignees
Labels
No labels