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
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: config/config.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ type Config struct {
52
52
RPCStack models.EVMStack`long:"rpc-stack" env:"RPC_STACK" description:"Stack for the RPC client" default:"opstack"`// nolint:lll
53
53
RPCConcurrencyint`long:"rpc-concurrency" env:"RPC_CONCURRENCY" description:"Number of concurrent requests to the RPC node" default:"25"`// nolint:lll
54
54
BlockSubmitInterval time.Duration`long:"block-submit-interval" env:"BLOCK_SUBMIT_INTERVAL" description:"Interval at which to submit batched blocks to Dune" default:"500ms"`// nolint:lll
0 commit comments