You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
We want to use UUPS upgradeable functionality in all contracts to make contract upgradeable to implement any new functionality and to remove bugs in future
Details:
Currently we are using non upgradeable OpenZeppelin contracts but instead we need to use upgradeable contracts