Skip to content

safe:add-owner

Add an owner to the Safe, optionally updating the threshold (keeps the current one by default).

⚗️ Experimental — available at next.evmcrispr.com.

safe:add-owner <owner>
NameTypeDescription
owneraddressNew owner address
NameTypeDescription
--thresholdnumberNew signature threshold (defaults to the current one)
load safe
set $mySafe 0x5afe3855358e112b5647b952709e6165e1c1eeee
safe:propose $mySafe (
safe:add-owner 0x64c007ba4ab6184753dc1e8e7263e8d06831c5f6 --threshold 2
)