optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Interop: op-supervisor: Make RPC client options configurable

Open ajsutton opened this issue 1 year ago • 0 comments

Add CLI options to configure the RPC client options e.g.

const epochPollInterval = 30 * time.Second
const pollInterval = 2 * time.Second
const trustRpc = false
const rpcKind = sources.RPCKindStandard

Or for those that don't need to be configurable, confirm that the value used is reasonable.

ajsutton avatar Jun 27 '24 00:06 ajsutton