LagoonChainConfig
Documentation for eth_defi.erc_4626.vault_protocol.lagoon.config.LagoonChainConfig Python class.
- class LagoonChainConfig
Bases:
objectLagoonChainConfig(underlying: eth_typing.evm.HexAddress, factory_contract: bool, from_the_scratch: bool)
Attributes summary
The default denomination token
Use BeaconProxyFactory to deploy
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
underlying (eth_typing.evm.HexAddress) –
factory_contract (bool) –
from_the_scratch (bool) –
- Return type
None