get_curator_available_logos

Documentation for eth_defi.vault.curator.get_curator_available_logos function.

get_curator_available_logos(slug)

Check which logo variants are available for a curator.

Curator and vault protocol logos share eth_defi/data/vaults/formatted_logos/{slug}/.

Parameters

slug (str) – Curator slug, e.g. "gauntlet".

Returns

Dictionary keyed by generic, dark and light.

Return type

dict[str, bool]