read_protocol_metadata

Documentation for eth_defi.vault.protocol_metadata.read_protocol_metadata function.

read_protocol_metadata(yaml_path)

Read and parse a protocol metadata YAML file.

Parameters

yaml_path (pathlib.Path) – Path to the YAML file

Returns

Parsed YAML as a dictionary

Return type

dict