Skip to content

Commit

Permalink
using engine api port not general rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbvegan committed Oct 5, 2023
1 parent ea228e2 commit e8cca3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/docs/developers/nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ In the root of your working directory create a new directory: `scripts`.
--http \
--http.port=8545 \
--http.addr=0.0.0.0 \
--ws \
--ws.port=8546 \
--ws.addr=0.0.0.0 \
--authrpc.addr=localhost \
--authrpc.jwtsecret=./jwt.txt \
--verbosity=3 \
Expand Down Expand Up @@ -202,7 +199,7 @@ You will also need to add `--gcmode archive`.
./bin/op-node \
--l1=$L1URL \
--l1.rpckind=$L1KIND \
--l2=ws://localhost:8546 \
--l2=ws://localhost:8551 \
--l2.jwt-secret=./jwt.txt \
--network=$NET \
--rpc.addr=0.0.0.0 \
Expand Down
5 changes: 1 addition & 4 deletions src/docs/developers/nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ In the root of your working directory create a new directory: `scripts`.
--http \
--http.port=8545 \
--http.addr=0.0.0.0 \
--ws \
--ws.port=8546 \
--ws.addr=0.0.0.0 \
--authrpc.addr=localhost \
--authrpc.jwtsecret=./jwt.txt \
--verbosity=3 \
Expand Down Expand Up @@ -108,7 +105,7 @@ Other Sequencer URLs can be found here: [Networks, Public RPC Endpoints, & APIs]
./bin/op-node \
--l1=$L1URL \
--l1.rpckind=$L1KIND \
--l2=ws://localhost:8546 \
--l2=ws://localhost:8551 \
--l2.jwt-secret=./jwt.txt \
--network=$NET \
--rpc.addr=0.0.0.0 \
Expand Down

0 comments on commit e8cca3f

Please sign in to comment.