is_alphagrowth_euler_light_vault

Documentation for eth_defi.erc_4626.vault_protocol.euler.vault.is_alphagrowth_euler_light_vault function.

is_alphagrowth_euler_light_vault(chain_id, vault_address)

Check if an Euler EVK vault should link to AlphaGrowth’s Euler Light UI.

AlphaGrowth hosts a dedicated Euler Light interface for its Monad EVK vaults that cannot be listed on Euler’s official frontend because of their custom Balancer LP token collateral handling. This helper is deliberately based on the explicit unlisted vault addresses, instead of governorAdmin discovery, because other AlphaGrowth-curated Euler vaults can still use the normal Euler frontend.

Parameters
  • chain_id (int) – EVM chain id for the vault.

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

Returns

True if the vault should use the AlphaGrowth Euler Light frontend.

Return type

bool