File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM golang:1.19 as op
33WORKDIR /app
44
55ENV REPO=https://github.com/ethereum-optimism/optimism.git
6- ENV COMMIT=759c0b297c3dfa05370c27b9380c7bffb67b12d2
6+ ENV COMMIT=8a308fc18d36b4ffa89fa4d0ab50c324382c0477
77RUN 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
1818WORKDIR /app
1919
2020ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21- ENV COMMIT=c407b2a217b78d13d33f86873bbf38af6e73523e
21+ ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
2222RUN git init && \
2323 git remote add origin $REPO && \
2424 git fetch --depth=1 origin $COMMIT && \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments