Submitted by WatchPug
StrategyPUSDConvex.sol#L311-L334
StrategyPUSDConvex.sol#L410-L430
In the current implementation, rewardTokens from the underlying strategy will be swapped to weth first then weth -> usdc.
However, the path used for swapping from rewardToken -> weth is hardcoded as [rewardToken, weth], which may not be the optimal route.
For example, the majority liquidity for a particular rewardToken may actually be in the rewardToken/USDC pool. Swapping through the rewardToken/WETH with low liquidity may end up getting only a dust amount of WETH.
Consider allowing the admin to set a path for the rewardTokens.
spaghettieth (JPEGd) disputed and commented:
LSDan (judge) decreased severity to Medium and commented:
