Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ChaindataFlag = cli.StringFlag{ Name: "chaindata", Usage: "chaindata of database", Value: "", } BeaconApiReadTimeout = cli.Uint64Flag{ Name: "beacon.api.read.timeout", Usage: "Sets the seconds for a read time out in the beacon api", Value: 60, } BeaconApiWriteTimeout = cli.Uint64Flag{ Name: "beacon.api.write.timeout", Usage: "Sets the seconds for a write time out in the beacon api", Value: 60, } BeaconApiAddr = cli.StringFlag{ Name: "beacon.api.addr", Usage: "sets the host to listen for beacon api requests", Value: "localhost", } BeaconApiPort = cli.UintFlag{ Name: "beacon.api.port", Usage: "sets the port to listen for beacon api requests", Value: 5555, } InitSyncFlag = cli.BoolFlag{ Value: false, Name: "initial-sync", Usage: "use initial-sync", } ErigonPrivateApiFlag = cli.StringFlag{ Name: "private.api.addr", Usage: "connect to existing erigon instance", Value: "", } RunEngineAPI = cli.BoolFlag{ Name: "engine.api", Usage: "Turns on engine communication (Needed for none Erigon ELs)", Value: false, } EngineApiPortFlag = cli.UintFlag{ Name: "engine.api.port", Usage: "Sets engine API port", Value: 8551, } EngineApiHostFlag = cli.StringFlag{ Name: "engine.api.host", Usage: "Sets the engine API host", Value: "http://localhost", } JwtSecret = cli.StringFlag{ Name: "engine.api.jwtsecret", Usage: "Path to the token that ensures safe connection between CL and EL", Value: "", } MevRelayUrl = cli.StringFlag{ Name: "mev-relay-url", Usage: "Http URL of the MEV relay", Value: "", } CustomConfig = cli.StringFlag{ Name: "custom-config", Usage: "Path to custom config file", Value: "", } CustomGenesisState = cli.StringFlag{ Name: "custom-genesis-state", Usage: "Path to custom genesis state file", Value: "", } )
View Source
var CliFlags = []cli.Flag{ &utils.BeaconAPIFlag, &BeaconApiReadTimeout, &BeaconApiWriteTimeout, &BeaconApiPort, &BeaconApiAddr, &ChaindataFlag, &InitSyncFlag, &RunEngineAPI, &EngineApiHostFlag, &EngineApiPortFlag, &MevRelayUrl, &JwtSecret, &CustomConfig, &CustomGenesisState, &utils.DataDirFlag, &utils.BeaconApiAllowCredentialsFlag, &utils.BeaconApiAllowMethodsFlag, &utils.BeaconApiAllowOriginsFlag, &utils.CaplinCheckpointSyncUrlFlag, &utils.CaplinMaxPeerCount, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.