Skip to content

Commit

Permalink
Update op-geth intialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 committed Sep 1, 2023
1 parent a286abe commit 6204332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
- EXTRA_FLAGS
- P2P_PORT=33141
- SYNCMODE=snap
- HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545
- SEQUENCER_HTTP_URL=https://bedrock-beta-1-sequencer.optimism.io
- ENABLE_HISTORICAL_RPC
- GENESIS_MODE
- "HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545"
- "SEQUENCER_HTTP_URL=https://bedrock-beta-1-sequencer.optimism.io"
- ENABLE_HISTORICAL_RPC=true
- GENESIS_MODE=PresyncedDatabase
image: "geth.op-geth.dnp.dappnode.eth:0.1.0"
volumes:
data: {}
1 change: 0 additions & 1 deletion op-geth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ fi

echo "[INFO - entrypoint] Starting Geth"
exec geth --datadir $DATA_DIR \
--rollup.historicalrpc $HISTORICAL_RPC_URL \
--rollup.sequencerhttp $SEQUENCER_HTTP_URL \
--rollup.disabletxpoolgossip \
--ws \
Expand Down

0 comments on commit 6204332

Please sign in to comment.