You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whoops @Amxx my bad, i was thinking of posting on contracts-upgradeable since the function overloading issue doesn't exist with that fork and this is a more common issue. However, i'm not sure if that works with the idea that the fork needs to be 100% compat with this core version.
🧐 Motivation
Recently, I've been using Ownable and OwnableUpgradeable to set ownership of contracts other than the deployer.
The pattern used is something like:
Which emits to
transferOwnership
events.Especially for upgradable contracts this is useful.
📝 Details
Add in a new constructor argument to the upgradeable contracts that allows a different initial owner to be set.
The text was updated successfully, but these errors were encountered: