Add a 0 address check on the pool when adding liquidity for greater verbosity
Description
AmmRouter:addLiquidity() does not have an explicit check regarding the existence of the pool with the given id, making it only revert when calling poolsAdded[i].addLiquidity() due to internal EVM checks.
Recomendation
Place an explicit check for this situation.
Status
Addressed in #51fb761