safe:swap-owner
Replace an owner of the Safe with a new address.
Syntax
Section titled “Syntax”safe:swap-owner <oldOwner> <newOwner>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
oldOwner |
address |
Owner to replace |
newOwner |
address |
New owner address |
Examples
Section titled “Examples”# TODO: add examples