Hello everyone,
I am looking for an upgradeable variant of ERC20Plugins where:
- The constructor logic is moved to an initializer function to enable upgradeability/cloning.
- Storage spaces use the ERC-7201 standard.
After some research, I couldn’t find an implementation that fits these requirements so I’ve created one here:
Storm-Labs-Inc/token-plugins-upgradeable.
Would appreciate any feedback or if there are existing solutions that I might have missed.
Thanks in advance!