Skip to content

Hotfix for nodes stuck on regolith block 3710592 #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM golang:1.19 as geth
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/op-geth.git
ENV COMMIT=11f0554a4313ea0e0aaddef194058b057aadce5c
ENV COMMIT=a84992a3b7c33f038ccc69e761bafeefcd605fd3
RUN git init && \
git remote add origin $REPO && \
git fetch --depth=1 origin $COMMIT && \
Expand Down
3 changes: 2 additions & 1 deletion goerli/rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"l2_chain_id": 84531,
"batch_inbox_address": "0x8453100000000000000000000000000000000000",
"deposit_contract_address": "0xe93c8cd0d409341205a592f8c4ac1a5fe5585cfa",
"l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1"
"l1_system_config_address": "0xb15eea247ece011c68a614e4a77ad648ff495bc1",
"regolith_time": 1683219600
}