lagoon_deploy_vault#
API documentation for tradeexecutor.cli.commands.lagoon_deploy_vault.lagoon_deploy_vault Python function.
- lagoon_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_base=<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>, denomination_asset=<typer.models.OptionInfo object>, multisig_owners=<typer.models.OptionInfo object>, whitelisted_assets=<typer.models.OptionInfo object>, any_asset=<typer.models.OptionInfo object>, unit_testing=<typer.models.OptionInfo object>, simulate=<typer.models.OptionInfo object>, etherscan_api_key=<typer.models.OptionInfo object>, one_delta=<typer.models.OptionInfo object>, aave=<typer.models.OptionInfo object>, uniswap_v2=<typer.models.OptionInfo object>, uniswap_v3=<typer.models.OptionInfo object>, verbose=<typer.models.OptionInfo object>, performance_fee=<typer.models.OptionInfo object>, management_fee=<typer.models.OptionInfo object>)[source]#
Deploy a new Lagoon vault.
Deploys a new Lagoon vault, Safe and TradingStrategyModuleV0 guard for automated trading.
TODO: Heavily under development.