Changing name of ERC20 token in OpenZeppelin Contracts 3.x

Hi @guiguy,

At this stage it isn’t possible with OpenZeppelin Contracts 3.x (but you can do this in OpenZeppelin Contracts 2.x).

I would still caution against this if you can avoid it. You will likely have to change this (if you can) on mutliple applications/services.

If possible, choose a token name and symbol that is future proof.