You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the StdStorage 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
The text was updated successfully, but these errors were encountered:
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 accordinglyStdStorage
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
The text was updated successfully, but these errors were encountered: