Submitted by hickuphh3, also found by rayn
Controller.sol#L95
StrategyPUSDConvex.sol#L266
The controller calls the withdraw() method to withdraw JPEGs from the contract, but the strategy might blacklist the JPEG asset, which is what the PUSDConvex strategy has done.
The migration would therefore revert.
Insert this test into StrategyPUSDConvex.ts.
Replace _current.withdraw(address(jpeg)); with _current.withdrawJPEG(vaults[_token]).
spaghettieth (JPEGd) confirmed and commented:
spaghettieth (JPEGd) resolved and commented:
