Skip to content

Commit

Permalink
chore(docs): add example mempool config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 12, 2023
1 parent 3103c25 commit 46a97b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ These options are common to all subcommands and can be used globally:
- `--mempool_config_path`: Path to the mempool configuration file.
- env: *MEMPOOL_CONFIG_PATH*

*example configuration*

```
{
"0x0000000000000000000000000000000000000000000000000000000000000000": {
"description": "USDC paymaster allowlist - base goerli",
"chainIds": ["0x2105"],
"allowlist": []
}
}
```

## Metrics Options

Options for the metrics server:
Expand Down

0 comments on commit 46a97b1

Please sign in to comment.