Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel slog.Level `env:"LOG_LEVEL,optional"` VMEndpoints string `env:"VM_ENDPOINTS"` DatasourceDSN string `env:"DATASOURCE_DSN"` ChainEndpoint string `env:"CHAIN_ENDPOINT,optional"` ProjectContractAddr string `env:"PROJECT_CONTRACT_ADDRESS,optional"` RouterContractAddr string `env:"ROUTER_CONTRACT_ADDRESS,optional"` TaskManagerContractAddr string `env:"TASK_MANAGER_CONTRACT_ADDRESS,optional"` ProverOperatorPrvKey string `env:"PROVER_OPERATOR_PRIVATE_KEY,optional"` BeginningBlockNumber uint64 `env:"BEGINNING_BLOCK_NUMBER,optional"` LocalDBDir string `env:"LOCAL_DB_DIRECTORY,optional"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.