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
-`--prefunded-accounts` (string, repeated): Fund this account in addition to static prefunded accounts, the input should the account's private key in hexadecimal format prefixed with 0x, the account is added to L1 and to L2 (if present).
122
122
-`--contender` (bool): Enable [contender](https://github.com/flashbots/contender) spammer. Required to use other contender flags.
123
123
-`--contender.arg` (string): Pass custom args to the contender CLI.
124
-
Example: `--contender.arg "--tpb 20"`
124
+
Example: `--contender.arg "--tpb 20"`
125
125
-`--contender.target` (string): Change the default target node to spam. On the `l1` recipe, the default is "el", and on `opstack` it's "op-geth".
126
126
-`--with-prometheus` (bool); Whether to deploy a Prometheus server and gather metrics. Defaults to `false`.
By default, Prometheus scrapes the `/metrics` path, but services can override this by specifying a custom path with `WithLabel("metrics_path", "/custom/path")`. All configured services are automatically registered as scrape targets.
0 commit comments