erc_4626.vault_protocol.lagoon.config
Documentation for eth_defi.erc_4626.vault_protocol.lagoon.config Python module.
Lagoon configurations across chains.
How we need to handle Lagoon deployment on each chain
Functions
|
Classes
LagoonChainConfig(underlying: eth_typing.evm.HexAddress, factory_contract: bool, from_the_scratch: bool) |
- class LagoonChainConfig
Bases:
objectLagoonChainConfig(underlying: eth_typing.evm.HexAddress, factory_contract: bool, from_the_scratch: bool)
- underlying: eth_typing.evm.HexAddress
The default denomination token
- __init__(underlying, factory_contract, from_the_scratch)
- Parameters
underlying (eth_typing.evm.HexAddress) –
factory_contract (bool) –
from_the_scratch (bool) –
- Return type
None