safe:swap-owner
Replace an owner of the Safe with a new address.
⚗️ Experimental — available at next.evmcrispr.com.
Syntax
Section titled “Syntax”safe:swap-owner <oldOwner> <for> <newOwner>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
oldOwner | address | Owner to replace |
for | command | Keyword for |
newOwner | address | New owner address |
Examples
Section titled “Examples”# TODO: add examples