In the rebalanceVaultsAssets
the calls to the `dexAdapter` will always revert due to insufficient balance.
In the rebalanceVaultsAssets
we can see that it will try to swap collateral tokens for USDC:
However the issue here is that the collateral assets are not stored in the `MarketMakingEngine` so it will always revert here:
since the assets are actually stored in the zlpVault
rebalanceVaultsAssets
will always revert.
Manual Review
Implement a way to get the collateral assets from the vault to the MarketMakingEngine.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.