Skip to content

Commit

Permalink
chore(docs): show that builder and pool need to be running
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 12, 2023
1 parent 313073e commit db551db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Here are some example commands to use the CLI:
# Run the Node subcommand with custom options
$ ./app --entry_points 0x0000000000000000000000000000000000000000 --chain_id 1337 --max_verification_gas 10000000 node

# Run the Rpc subcommand with custom options and enable JSON logging
# Run the Rpc subcommand with custom options and enable JSON logging. The builder and pool will need to be running before this starts.
$ ./app --node_http http://localhost:8545 --log.json rpc

# Run the Pool subcommand with custom options and specify a mempool config file
Expand Down

0 comments on commit db551db

Please sign in to comment.