@perfect-abstractions/compose/access/Owner/TwoSteps/Renounce/OwnerTwoStepRenounceFacet.solRenounce the two step ownership of your diamonds
renounceOwnership() clears owner and pending owner in one call.OwnerUnauthorizedAccount.OWNER_STORAGE_POSITIONbytes32keccak256("erc173.owner"))PENDING_OWNER_STORAGE_POSITIONbytes32keccak256("erc173.owner.pending"))Renounce the diamond ownership while clearing any pending owner. Requires msg.sender to equal the current owner; otherwise reverts OwnerUnauthorizedAccount.
pendingOwner avoids leaving a nominated successor after you renounceRenouncing is an immediate and irreversible on-chain action: you will lose access to all owner gated functionality inside your diamond.