Renounce Safe & Zodiac role modifier ownership

Since your Zodiac role modifier's owner is most likely your Safe, we would advise to start renouncing the Zodiac role modifier first.

Zodiac role modifier

The Zodiac role modifier is based on Openzeppelin' Ownable contract. Thus you can give-up its ownership by calling renounceOwnership as the owner. For now we would advise to do it on etherscan at the address of the Role Modifier.

You can easily connect as a Safe in Rabby by adding an address as an Institutional Wallet.

Safe

Safe doesn't natively allows to renounce ownership. It is still possible to do it by:

  • putting the threshold to 1 out of m signers.

  • adding a signer whose address is obviously not under your control. For easily look up and audit, we advice to use: 0xdEADBEeF00000000000000000000000000000000

  • Remove all owners except the 0xdEADBEeF address, leading to a 1 out 1 configuration.

Last updated