LIGHTER_DEPLOYMENTS_BY_SLUG
Documentation for eth_defi.lighter.constants.LIGHTER_DEPLOYMENTS_BY_SLUG data.
- LIGHTER_DEPLOYMENTS_BY_SLUG: dict[str, eth_defi.lighter.constants.LighterAPIConfig] = {'ethereum': LighterAPIConfig(slug='ethereum', name='Lighter Ethereum', chain_id=9998, deployment_chain_id=1, api_url='https://mainnet.zklighter.elliot.ai', app_url='https://app.lighter.xyz', address_prefix='lighter-pool', denomination='USDC', lockup=datetime.timedelta(seconds=300), llp_account_index_override=None), 'robinhood': LighterAPIConfig(slug='robinhood', name='Lighter Robinhood', chain_id=9998, deployment_chain_id=4663, api_url='https://api.rh.lighter.xyz', app_url='https://robinhoodchain.lighter.xyz', address_prefix='lighter-pool-robinhood', denomination='USDG', lockup=datetime.timedelta(0), llp_account_index_override=281474976710654)}
Deployment lookup for DuckDB export and migration code.