immutable / contracts

Smart contracts for developers in the Immutable ecosystem.
Other
36 stars 36 forks source link

[TD-1114] Make ImmutableSeaport and ImmutableSignedZone ownership configurable through constructor #157

Closed Sam-Jeston closed 10 months ago

Sam-Jeston commented 10 months ago

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

rytimx commented 10 months ago

Thanks @Sam-Jeston for making this change. The change is minor and necessarily for a secure deployment process. They LGTM 👍