https://github.com/code-423n4/2024-05-predy/blob/a9246db5f874a91fb71c296aac6a66902289306a/src/libraries/logic/AddPairLogic.sol#L192-L203
This function is used to deploy new supply tokens; however, it would always fail for some to be integrated tokens, considering not all ERC2o support the .name() or .symbol() function; which would then essentially mean a permanent DOS to the creating of these new supply tokens.
Permanent DOS to the of creating these new supply tokens.
Consider using a try/catch and a default fallback symbol/name when the token doesnt support it.
