Documentation ¶
Index ¶
Constants ¶
View Source
const ( L1NodeURLFlagName = "l1.node.url" L2NodeURLFlagName = "l2.node.url" OptimismPortalAddressFlagName = "optimismportal.address" StartOutputIndexFlagName = "start.output.index" )
View Source
const (
MetricsNamespace = "fault_detector"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLIConfig ¶
type CLIConfig struct { L1NodeURL string L2NodeURL string OptimismPortalAddress common.Address StartOutputIndex int64 }
func ReadCLIFlags ¶
Click to show internal directories.
Click to hide internal directories.