enzyme_deploy_vault#

API documentation for tradeexecutor.cli.commands.enzyme_deploy_vault.enzyme_deploy_vault Python function.

enzyme_deploy_vault(log_level=<typer.models.OptionInfo object>, json_rpc_binance=<typer.models.OptionInfo object>, json_rpc_polygon=<typer.models.OptionInfo object>, json_rpc_avalanche=<typer.models.OptionInfo object>, json_rpc_ethereum=<typer.models.OptionInfo object>, json_rpc_arbitrum=<typer.models.OptionInfo object>, json_rpc_anvil=<typer.models.OptionInfo object>, private_key=<typer.models.OptionInfo object>, vault_record_file=<typer.models.OptionInfo object>, fund_name=<typer.models.OptionInfo object>, fund_symbol=<typer.models.OptionInfo object>, comptroller_lib=<typer.models.OptionInfo object>, denomination_asset=<typer.models.OptionInfo object>, owner_address=<typer.models.OptionInfo object>, terms_of_service_address=<typer.models.OptionInfo object>, whitelisted_assets=<typer.models.OptionInfo object>, unit_testing=<typer.models.OptionInfo object>, production=<typer.models.OptionInfo object>, simulate=<typer.models.OptionInfo object>, etherscan_api_key=<typer.models.OptionInfo object>)[source]#

Deploy a new Enzyme vault.

Deploys a new Enzyme vault that is configured to be run with Trading Strategy Protocol.

Multiple contracts will be deployed and verified in a blockchain explorer. The vault is configured with custom guard, deposit and terms of service contracts.

Parameters: