LagoonChainConfig

Documentation for eth_defi.erc_4626.vault_protocol.lagoon.config.LagoonChainConfig Python class.

class LagoonChainConfig

Bases: object

LagoonChainConfig(underlying: eth_typing.evm.HexAddress, factory_contract: bool, from_the_scratch: bool)

Attributes summary

underlying

The default denomination token

factory_contract

Use BeaconProxyFactory to deploy

from_the_scratch

Do we need to deploy the whole protocol or just the existing protocol

Methods summary

__init__(underlying, factory_contract, ...)

underlying: eth_typing.evm.HexAddress

The default denomination token

factory_contract: bool

Use BeaconProxyFactory to deploy

from_the_scratch: bool

Do we need to deploy the whole protocol or just the existing protocol

__init__(underlying, factory_contract, from_the_scratch)
Parameters
Return type

None