Hey @abcoathup,
As per API Reference, OpenZeppelin SDK is not actively developed and one is encouraged to use Upgrades Plugins instead.
How to use Upgrades Plugins (instead of ProxyFactory) to deploy multiple minimal proxies that holds reference to main logic contract?
How would the below code change in the context of creating Token Factory that is able to deploy multiple tokens (in .sol file) without using ProxyFactory? Or that isn’t possible?
and in specific this line:
address token = deployMinimal(logic, payload);