https://github.com/code-423n4/2023-09-asymmetry/blob/main/contracts/AfEth.sol#L72
The AfEth contract inherits from ERC20Upgradeable but doesnt call its base initializer, which is in charge of setting the name and symbol for the ERC20 token.
