Expand description
Gas price fetcher system for EVM networks.
This module provides a flexible gas price fetcher framework that supports network-specific methods while maintaining a consistent interface. The system automatically selects the most appropriate fetcher strategy based on network characteristics.
Modules§
- default
- Default gas price fetcher using standard EVM methods.
- polygon_
zkevm - Polygon zkEVM specialized gas price fetcher.
Structs§
- GasPrice
Fetcher Factory - Factory for creating network-appropriate gas price fetchers.
Enums§
- GasPrice
Fetcher - Gas price fetcher strategies for different network types.