get_alphagrowth_euler_light_metadata
Documentation for eth_defi.erc_4626.vault_protocol.euler.vault.get_alphagrowth_euler_light_metadata function.
- get_alphagrowth_euler_light_metadata(chain_id, vault_address)
Get AlphaGrowth-specific metadata for Monad Euler Light vaults.
AlphaGrowth maintains labels for its Euler Light frontend in
alphagrowth/ag-euler-balancer-labels. The source labels identify the AUSD vault asAUSD Borrow Vaultand the WMON vault asWMON Borrow Vaultwithalphagrowthas the entity. We prefix the display names withAlphaGrowthso our current curator detection, which matches against vault names, can recognise these vaults without a separate on-chain governorAdmin lookup.Source: https://github.com/alphagrowth/ag-euler-balancer-labels/tree/main/143
- Parameters
- Returns
Metadata override for AlphaGrowth Euler Light vaults, or
None.- Return type
Optional[eth_defi.erc_4626.vault_protocol.euler.offchain_metadata.EulerVaultMetadata]