LagoonAutomatedDeployment

Documentation for eth_defi.lagoon.deployment.LagoonAutomatedDeployment Python class.

class LagoonAutomatedDeployment[source]

Capture information of the lagoon automated deployment.

  • Have the deployment report for the users for diagnostics

Attributes summary

chain_id

vault

trading_strategy_module

asset_manager

multisig_owners

deployer

block_number

Methods summary

__init__(chain_id, vault, ...)

get_deployment_data()

Get JSON data describing the deployment.

is_asset_manager(address)

pformat()

Return pretty print of deployment info.

get_deployment_data()[source]

Get JSON data describing the deployment.

Store all addresses etc.

Return type

dict

pformat()[source]

Return pretty print of deployment info.

Return type

str

__init__(chain_id, vault, trading_strategy_module, asset_manager, multisig_owners, deployer, block_number)
Parameters
Return type

None