Skip to content

Commit 57a7c49

Browse files
author
Michael de Hoog
authored
Bump op-node and op-geth commits to latest (#34)
1 parent 4bfeb69 commit 57a7c49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.19 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV COMMIT=759c0b297c3dfa05370c27b9380c7bffb67b12d2
6+
ENV COMMIT=8a308fc18d36b4ffa89fa4d0ab50c324382c0477
77
RUN git init && \
88
git remote add origin $REPO && \
99
git fetch --depth=1 origin $COMMIT && \
@@ -18,7 +18,7 @@ FROM golang:1.19 as geth
1818
WORKDIR /app
1919

2020
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21-
ENV COMMIT=c407b2a217b78d13d33f86873bbf38af6e73523e
21+
ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
2222
RUN git init && \
2323
git remote add origin $REPO && \
2424
git fetch --depth=1 origin $COMMIT && \

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
- ./op-node-entrypoint.sh
2626
environment:
2727
- OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com # [recommended] replace with your preferred L1 (ethereum, not Base) node RPC URL
28-
- OP_NODE_L1_TRUST_RPC=true # temporary for Goerli Shapella upgrade
2928
- OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
3029
- OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
3130
- OP_NODE_L2_ENGINE_RPC=http://geth:8551

0 commit comments

Comments
 (0)