From f01d7f1535e7631d305a94bacddef58600e6adbd Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:05:26 +0200 Subject: [PATCH] update base to not require nethermind --- base-archive.yml | 1 + base/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/base-archive.yml b/base-archive.yml index 35ed1582..caaaa69d 100644 --- a/base-archive.yml +++ b/base-archive.yml @@ -70,6 +70,7 @@ services: - "OP_NODE_RPC_PORT=8545" - "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log" - "OP_NODE_VERIFIER_L1_CONFS=4" + - "OP_NODE_L1_RPC_KIND=erigon" - "OP_NODE_L1_TRUST_RPC=${TRUST_BASE_ETHEREUM_ENPOINT:-false}" networks: - chains diff --git a/base/Dockerfile b/base/Dockerfile index 46ceecf6..c63fbae7 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -3,9 +3,9 @@ FROM golang:1.19 as op WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.1.1 +ENV VERSION=v1.1.4 # for verification: -ENV COMMIT=89ed69d80bbec7f2b1dd69e7e48cb7119839d58a +ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0 RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \ @@ -19,7 +19,7 @@ FROM golang:1.19 as geth WORKDIR /app ENV REPO=https://github.com/ethereum-optimism/op-geth.git -ENV VERSION=v1.101200.1-rc.2 +ENV VERSION=v1.101200.1 # for verification: ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f