We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec90b8 commit 9a155b3Copy full SHA for 9a155b3
2 files changed
Dockerfile
@@ -18,7 +18,7 @@ FROM golang:1.19 as geth
18
WORKDIR /app
19
20
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
21
-ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
+ENV COMMIT=a84992a3b7c33f038ccc69e761bafeefcd605fd3
22
RUN git init && \
23
git remote add origin $REPO && \
24
git fetch --depth=1 origin $COMMIT && \
goerli/rollup.json
@@ -24,5 +24,6 @@
"l2_chain_id": 84531,
25
"batch_inbox_address": "0x8453100000000000000000000000000000000000",
26
"deposit_contract_address": "0xe93c8cd0d409341205a592f8c4ac1a5fe5585cfa",
27
- "l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1"
+ "l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1",
28
+ "regolith_time": 1683219600
29
}
0 commit comments