types

package
v0.0.0-...-ded9150 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeConfig

type NodeConfig struct {
	// used to set the logger level (true = info, false = debug)
	Production                    bool              `yaml:"production"`
	OperatorAddress               string            `yaml:"operator_address"`
	OperatorStateRetrieverAddress string            `yaml:"operator_state_retriever_address"`
	AVSRegistryCoordinatorAddress string            `yaml:"avs_registry_coordinator_address"`
	TokenStrategyAddr             string            `yaml:"token_strategy_addr"`
	EthRpcUrl                     string            `yaml:"eth_rpc_url"`
	EthWsUrl                      string            `yaml:"eth_ws_url"`
	BlsPrivateKeyStorePath        string            `yaml:"bls_private_key_store_path"`
	EcdsaPrivateKeyStorePath      string            `yaml:"ecdsa_private_key_store_path"`
	AggregatorServerIpPortAddress string            `yaml:"aggregator_server_ip_port_address"`
	RegisterOperatorOnStartup     bool              `yaml:"register_operator_on_startup"`
	EigenMetricsIpPortAddress     string            `yaml:"eigen_metrics_ip_port_address"`
	EnableMetrics                 bool              `yaml:"enable_metrics"`
	NodeApiIpPortAddress          string            `yaml:"node_api_ip_port_address"`
	EnableNodeApi                 bool              `yaml:"enable_node_api"`
	NearDaIndexerRmqIpPortAddress string            `yaml:"near_da_indexer_rmq_ip_port_address"`
	NearDaIndexerRollupIds        []uint32          `yaml:"near_da_indexer_rollup_ids"`
	RollupIdsToRpcUrls            map[uint32]string `yaml:"rollup_ids_to_rpc_urls"`
	TaskResponseWaitMs            uint32            `yaml:"task_response_wait_ms"`
}

Jump to

Keyboard shortcuts

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