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
addresscolumn. 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
addressvalues.- Returns
Deployment configurations represented by at least one row.
- Return type