get_curator_name
Documentation for eth_defi.vault.curator.get_curator_name function.
- get_curator_name(slug)
Look up the human-readable name for a curator slug.
Handles both third-party curators (looked up from YAML) and protocol-curated slugs (looked up from
PROTOCOL_CURATOR_NAMES).- Parameters
slug (str) – Curator slug as returned by
identify_curator().- Returns
Human-readable curator name, or
Noneif not found.- Return type