You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StartHeightuint64`mapstructure:"start_height" yaml:"start_height" comment:"Starting block height on the DA layer from which to begin syncing. Useful when deploying a new chain on an existing DA chain."`
165
167
MempoolTTLuint64`mapstructure:"mempool_ttl" yaml:"mempool_ttl" comment:"Number of DA blocks after which a transaction is considered expired and dropped from the mempool. Controls retry backoff timing."`
166
168
MaxSubmitAttemptsint`mapstructure:"max_submit_attempts" yaml:"max_submit_attempts" comment:"Maximum number of attempts to submit data to the DA layer before giving up. Higher values provide more resilience but can delay error reporting."`
169
+
AggregatorEndpointstring`mapstructure:"aggregator_endpoint" yaml:"aggregator_endpoint" comment:"HTTP endpoint of an aggregator node to poll for DA height during genesis initialization (only used by non-aggregator nodes when genesis DA start time is zero)."`
167
170
}
168
171
169
172
// GetHeaderNamespace returns the namespace for header submissions, falling back to the legacy namespace if not set
0 commit comments