@perfect-abstractions/compose/access/Owner/Renounce/OwnerRenounceFacet.solRenounce the ownership of your diamonds
STORAGE_POSITIONbytes32keccak256("erc173.owner"))Sets the Owner to address(0) if call by the current owner; otherwise reverts OwnerUnauthorizedAccount.
After this call succeeds, owner-only operations that rely on the owner should no longer work. This action is irreversible.
Renouncement is irreversible in storage: once owner is zeroed, there is no way to rollback this action. This is useful when you are done modifing your diamond and want to make it immutable.
If you need extra security, you can use the TwoSteps Ownership module, which permit the owner to set a pending owner address before renouncing.