# Functions
AppConfig helps to override default appConfig template and configs.
DefaultConfig returns server's default configuration.
DefaultEVMConfig returns an EVM config with the JSON-RPC API enabled by default.
GetConfig returns a fully parsed Config object.
# Constants
DefaultConfigTemplate defines the configuration template for the EVM RPC configuration.
DefaultEVMAddress is the default address the EVM JSON-RPC server binds to.
DefaultEVMWSAddress is the default address the EVM WebSocket server binds to.
DefaultGRPCAddress is the default address the gRPC server binds to.
# Structs
Config defines the server's top level configuration.
EVMRPCConfig defines configuration for the EVM RPC server.