# Functions
LoadOrGeneratePrivateKey tries to load an ECDSA private key from the provided path.
NewEthereumPreset returns an Ethereum configuration for the given network name.
NewPresetEthConfigFromCLI builds a new EthConfig from the command line context.
# Constants
BSCMainnetChainID BSC mainnet chain ID.
BSCTestnetChainID BSC testnet chain ID.
EthMainnetChainID ethereum mainnet chain ID.
HoleskyChainID Holesky testnet chain ID.
PolygonMainnetChainID Polygon mainnet chain ID.
PolygonMumbaiChainID Polygon testnet chain ID.
# Type aliases
StaticPeers is a list of peers to connect to.