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 as AUSD Borrow Vault and the WMON vault as WMON Borrow Vault with alphagrowth as the entity. We prefix the display names with AlphaGrowth so 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
  • chain_id (int) – EVM chain id for the vault.

  • vault_address (str) – ERC-4626 vault contract address.

Returns

Metadata override for AlphaGrowth Euler Light vaults, or None.

Return type

Optional[eth_defi.erc_4626.vault_protocol.euler.offchain_metadata.EulerVaultMetadata]