Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.l2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/i6b2w2n6/op-geth:6.0.1
FROM public.ecr.aws/i6b2w2n6/op-geth:6.2.0

RUN apk add --no-cache jq

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
op-node:
depends_on:
- l2
image: "public.ecr.aws/i6b2w2n6/op-node:6.0.1"
image: "public.ecr.aws/i6b2w2n6/op-node:6.2.0"
stop_signal: SIGINT
stop_grace_period: 30s
restart: always
Expand All @@ -36,6 +36,7 @@ services:
- OP_NODE_NAMESPACE_ID=ca1de12a8c022bd46803
- OP_NODE_S3_BUCKET=caldera-celestia-cache-prod
- OP_NODE_S3_REGION=us-west-2
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE="25905000" #Tuesday, September 1, 2026 12:00:00 AM
command: >
op-node
--l1="${L1_RPC_URL:-https://1rpc.io/base}"
Expand Down