deploy_safe
Documentation for eth_defi.safe.deployment.deploy_safe function.
- deploy_safe(web3, deployer, owners, threshold, master_copy_address='0x29fcB43b46531BcA003ddC8FCB67FFE91900C762')[source]
Deploy a new Safe wallet.
Use version Safe v 1.4.1
- Parameters
deployer (eth_account.signers.local.LocalAccount) – Must be LocalAccount due to Safe library limitations.
master_copy_address –
Default Safe 1.4.1 layer two master copy address.
See
MASTER_COPIES
Use +L2 version tag for Layer two chains
Discussion
web3 (web3.main.Web3) –
owners (list[Union[eth_typing.evm.HexAddress, str]]) –
threshold (int) –
- Return type
safe_eth.safe.safe.Safe