I had seen several platform's contract, and they have not add upgradeable on Token, suce as :https://github.com/0xflair/finance-contracts/tree/main/contracts
They only add upgradeable for Governor contract.
Our team planned to allow all contracts to be upgraded and add UUPS for all contract.
I have a lot of doubts about this,Did we get the right pattern?