Commit 2ecfb76e authored by Ori Pomerantz's avatar Ori Pomerantz

feat(docs/op-stack): Cosmetic changes

parent 12794f99
...@@ -390,7 +390,7 @@ Head over to the `op-node` package and start the `op-node` using the following c ...@@ -390,7 +390,7 @@ Head over to the `op-node` package and start the `op-node` using the following c
--rollup.config=./rollup.json \ --rollup.config=./rollup.json \
--rpc.addr=0.0.0.0 \ --rpc.addr=0.0.0.0 \
--rpc.port=8547 \ --rpc.port=8547 \
--p2p.disable \ --p2p.disable \
--rpc.enable-admin \ --rpc.enable-admin \
--p2p.sequencer.key=<SEQUENCERKEY> \ --p2p.sequencer.key=<SEQUENCERKEY> \
--l1=<RPC> \ --l1=<RPC> \
...@@ -409,10 +409,10 @@ To avoid this , we start with peer to peer synchronization disabled (`--p2p.disa ...@@ -409,10 +409,10 @@ To avoid this , we start with peer to peer synchronization disabled (`--p2p.disa
Once you have multiple nodes, it makes sense to use these command line parameters to synchronize between them without getting confused by other blockchains. Once you have multiple nodes, it makes sense to use these command line parameters to synchronize between them without getting confused by other blockchains.
``` ```
--p2p.static=<nodes> \ --p2p.static=<nodes> \
--p2p.listen.ip=0.0.0.0 \ --p2p.listen.ip=0.0.0.0 \
--p2p.listen.tcp=9003 \ --p2p.listen.tcp=9003 \
--p2p.listen.udp=9003 \ --p2p.listen.udp=9003 \
``` ```
::: :::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment