Documentation ¶
Index ¶
Constants ¶
View Source
const ( ZeusConfigMapConsensusClient = "cm-consensus-client" ZeusConsensusClient = "zeus-consensus-client" Lighthouse = "lighthouse" Prysm = "prysm" Lodestar = "lodestar" Teku = "teku" )
View Source
const ( ZeusConfigMapExecClient = "cm-exex-client" ZeusExecClient = "zeus-exec-client" Erigon = "erigon" Geth = "geth" Reth = "reth" Nethermind = "nethermind" )
TODO others
Variables ¶
View Source
var ( LighthouseBeaconPorts = []string{"5052:5052"} LighthouseValidatorClientPorts = []string{"5062:5062"} LodestartBeaconPorts = []string{"9596:9596"} LighthouseWeb3SignerAPIEndpoint = "/lighthouse/validators/web3signer" HerculesPorts = []string{"9003:9003"} HerculesLighthouseAuthTokenEndpoint = "/v1beta/internal/ethereum/lighthouse/validator/auth" )
View Source
var GethBeaconPorts = []string{"8545:8545"}
Functions ¶
func GetAnyClientApiPorts ¶
func IsConsensusClient ¶
func IsExecClient ¶
Types ¶
type ExecClientSyncStatus ¶
Click to show internal directories.
Click to hide internal directories.