get_lighter_price_deployments

Documentation for eth_defi.lighter.vault_data_export.get_lighter_price_deployments function.

get_lighter_price_deployments(prices_df)

Resolve deployments represented by a Lighter raw-price frame.

The frame must contain synthetic Lighter addresses in its address column. Unknown addresses abort the merge because treating an incomplete export as a whole-chain replacement could discard the other deployment’s history now that Ethereum and Robinhood share synthetic chain 9998.

Parameters

prices_df (pandas.DataFrame) – Lighter raw-price DataFrame with string address values.

Returns

Deployment configurations represented by at least one row.

Return type

set[eth_defi.lighter.constants.LighterAPIConfig]