Skip to content

Commit

Permalink
Merge pull request #931 from ethereum-optimism/engine-api-ws
Browse files Browse the repository at this point in the history
updating engine api connection to ws
  • Loading branch information
cpengilly authored Oct 23, 2023
2 parents 47e5124 + e8cca3f commit 0809e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/developers/nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You will also need to add `--gcmode archive`.
./bin/op-node \
--l1=$L1URL \
--l1.rpckind=$L1KIND \
--l2=http://localhost:8551 \
--l2=ws://localhost:8551 \
--l2.jwt-secret=./jwt.txt \
--network=$NET \
--rpc.addr=0.0.0.0 \
Expand Down
2 changes: 1 addition & 1 deletion src/docs/developers/nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Other Sequencer URLs can be found here: [Networks, Public RPC Endpoints, & APIs]
./bin/op-node \
--l1=$L1URL \
--l1.rpckind=$L1KIND \
--l2=http://localhost:8551 \
--l2=ws://localhost:8551 \
--l2.jwt-secret=./jwt.txt \
--network=$NET \
--rpc.addr=0.0.0.0 \
Expand Down

0 comments on commit 0809e50

Please sign in to comment.