This PR makes the owner an argument in the constructor to be configurable with CREATE3 contract deployments.
Ownable2Step was replaced with Ownable so the ownership could be transferred in a single step during initalization. Our other contracts use Ownable so its more standard
This PR makes the owner an argument in the constructor to be configurable with
CREATE3
contract deployments.Ownable2Step
was replaced withOwnable
so the ownership could be transferred in a single step during initalization. Our other contracts useOwnable
so its more standard