fetch_mellow_factories_for_chain

Documentation for eth_defi.mellow.discovery.fetch_mellow_factories_for_chain function.

fetch_mellow_factories_for_chain(chain_id)

Return configured Mellow Core Vault factories for a chain.

Mainnet, Plasma and Arbitrum share the documented Core factory address. Monad has a chain-specific Core factory. Base is intentionally opt-in through MELLOW_BASE_VAULT_FACTORY until a canonical Core factory is confirmed.

Parameters

chain_id (int) – EVM chain id.

Returns

List of factory addresses.

Return type

list[eth_typing.evm.HexAddress]