Skip to content

Commit ad108ab

Browse files
committed
chore: expose http rpc port
1 parent d057322 commit ad108ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/op-stack-rollup-boost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `--external-builder` flag is used to specify the URL of the external block b
3535
Third, we can start the `op-reth` binary as the external block builder:
3636

3737
```bash
38-
$ $HOME/.playground/op-reth-v1.3.9 node --authrpc.port 4444 --authrpc.jwtsecret $HOME/.playground/devnet/jwtsecret --chain $HOME/.playground/devnet/l2-genesis.json --datadir /tmp/builder --disable-discovery --port 30333 --trusted-peers enode://3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f@127.0.0.1:30304
38+
$ $HOME/.playground/op-reth-v1.3.9 node --http --http.port 2222 --authrpc.port 4444 --authrpc.jwtsecret $HOME/.playground/devnet/jwtsecret --chain $HOME/.playground/devnet/l2-genesis.json --datadir /tmp/builder --disable-discovery --port 30333 --trusted-peers enode://3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f@127.0.0.1:30304
3939
```
4040

4141
The command above starts op-reth as an external block builder with the following key parameters:

0 commit comments

Comments
 (0)