CrossChainGasConfig

Documentation for eth_defi.lifi.crosschain.CrossChainGasConfig Python class.

class CrossChainGasConfig

Bases: object

Per-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_id

min_gas_usd

top_up_usd

Methods summary

__init__(chain_id, min_gas_usd, top_up_usd)

__init__(chain_id, min_gas_usd, top_up_usd)
Parameters
Return type

None