Skip to content

Commit 9a155b3

Browse files
author
Michael de Hoog
authored
Hotfix for nodes stuck on regolith block 3710592 (#47)
* Reschedule regolith for next week * Update commit
1 parent eec90b8 commit 9a155b3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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=11f0554a4313ea0e0aaddef194058b057aadce5c
21+
ENV COMMIT=a84992a3b7c33f038ccc69e761bafeefcd605fd3
2222
RUN git init && \
2323
git remote add origin $REPO && \
2424
git fetch --depth=1 origin $COMMIT && \

goerli/rollup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"l2_chain_id": 84531,
2525
"batch_inbox_address": "0x8453100000000000000000000000000000000000",
2626
"deposit_contract_address": "0xe93c8cd0d409341205a592f8c4ac1a5fe5585cfa",
27-
"l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1"
27+
"l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1",
28+
"regolith_time": 1683219600
2829
}

0 commit comments

Comments
 (0)