contracts-wizard
contracts-wizard copied to clipboard
Add a toggle to use msg.sender or constructor parameter for roles/ownership
Currently ownership and roles are assigned to msg.sender, which is a problem for factory contracts. We can have a toggle to use a constructor parameter instead.
This would be a great addition, there's a lot of factory contracts that could help projects, but currently setting ownership with OZ is problematic.