Skip to content

Commit

Permalink
seitch to WS engine communication update sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeterson91 committed Feb 23, 2024
1 parent 57fed16 commit 47084b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
environment:
- EXTRA_FLAGS
- P2P_PORT=33142
- SYNCMODE=snap
- SYNCMODE=full
- "HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545"
- "SEQUENCER_HTTP_URL=https://bedrock-beta-1-sequencer.optimism.io"
- "SEQUENCER_HTTP_URL=https://mainnet-sequencer.optimism.io/"
image: "geth.op-geth.dnp.dappnode.eth:0.1.0"
ports:
- "33142:33142/tcp"
Expand Down
4 changes: 2 additions & 2 deletions op-geth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi
echo "[INFO - entrypoint] Starting Geth"
exec geth --datadir $DATA_DIR \
--rollup.sequencerhttp $SEQUENCER_HTTP_URL \
--rollup.disabletxpoolgossip \
--rollup.disabletxpoolgossip true \
--ws \
--ws.port 8546 \
--ws.addr 0.0.0.0 \
Expand All @@ -79,5 +79,5 @@ exec geth --datadir $DATA_DIR \
--nodiscover \
--maxpeers 0 \
--syncmode full \
--networkid=10 \
--networkid 10 \
${EXTRA_FLAGS}

0 comments on commit 47084b0

Please sign in to comment.