CrossChainGasConfig
Documentation for eth_defi.lifi.crosschain.CrossChainGasConfig Python class.
- class CrossChainGasConfig
Bases:
objectPer-chain gas configuration for cross-chain feeding.
Allows overriding the default minimum gas threshold and top-up amount on a per-chain basis.
Attributes summary
chain_idmin_gas_usdtop_up_usdMethods summary
__init__(chain_id, min_gas_usd, top_up_usd)- __init__(chain_id, min_gas_usd, top_up_usd)
- Parameters
chain_id (int) –
min_gas_usd (decimal.Decimal) –
top_up_usd (decimal.Decimal) –
- Return type
None