add_new_safe_owners
Documentation for eth_defi.safe.deployment.add_new_safe_owners function.
- add_new_safe_owners(web3, safe, deployer, owners, threshold, gas_per_tx=500000)[source]
Update Safe owners and threshold list.
Safe cannot replace the existing owner list
Designed to create the owner list after a deployment.
The multisig must be in 1-of-1 deployer state
Note
We cannot remove deployer account from the list, but it must be done by the new owners
- Parameters
gas_per_tx – Gas limit for a single transaction.
between_calls_sleep – Deployer hack
web3 (web3.main.Web3) –
safe (safe_eth.safe.safe.Safe) –
deployer (eth_account.signers.local.LocalAccount) –
owners (list[Union[eth_typing.evm.HexAddress, str]]) –
threshold (int) –
More info: