LagoonMultichainDeployment

Documentation for eth_defi.erc_4626.vault_protocol.lagoon.deployment.LagoonMultichainDeployment Python class.

class LagoonMultichainDeployment

Bases: object

Result of deploying Lagoon vaults across multiple chains with a shared deterministic Safe.

All vaults share the same deterministic Safe address created via CREATE2 with the same salt nonce on each chain.

Attributes summary

safe_address

deployments

safe_salt_nonce

Methods summary

__init__(safe_address, deployments, ...)

__init__(safe_address, deployments, safe_salt_nonce)
Parameters
Return type

None