flags

package
v0.0.1-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	L2EthRpcFlag = &cli.StringFlag{
		Name:     "l2-eth-rpc",
		Usage:    "HTTP provider URL for L2",
		EnvVars:  prefixEnvVar("L2_ETH_RPC"),
		Required: true,
	}
	EnclaveRpcFlag = &cli.StringFlag{
		Name:     "enclave-rpc",
		Usage:    "HTTP provider URL for the enclave service",
		EnvVars:  prefixEnvVar("ENCLAVE_RPC"),
		Required: true,
	}
	MinProposalIntervalFlag = &cli.Uint64Flag{
		Name:    "min-proposal-interval",
		Usage:   "Minimum time between proposals (in L2 blocks)",
		EnvVars: prefixEnvVar("MIN_PROPOSAL_INTERVAL"),
		Value:   600,
	}
)
View Source
var Flags []cli.Flag

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL