EL_CLIENT_TYPE = struct( geth="geth", erigon="erigon", nethermind="nethermind", besu="besu" ) CL_CLIENT_TYPE = struct( lighthouse="lighthouse", teku="teku", nimbus="nimbus", prysm="prysm", lodestar="lodestar" ) GLOBAL_CLIENT_LOG_LEVEL = struct( info="info", error="error", warn="warn", debug="debug", trace="trace", )