update base to not require nethermind
This commit is contained in:
@@ -70,6 +70,7 @@ services:
|
|||||||
- "OP_NODE_RPC_PORT=8545"
|
- "OP_NODE_RPC_PORT=8545"
|
||||||
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
|
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
|
||||||
- "OP_NODE_VERIFIER_L1_CONFS=4"
|
- "OP_NODE_VERIFIER_L1_CONFS=4"
|
||||||
|
- "OP_NODE_L1_RPC_KIND=erigon"
|
||||||
- "OP_NODE_L1_TRUST_RPC=${TRUST_BASE_ETHEREUM_ENPOINT:-false}"
|
- "OP_NODE_L1_TRUST_RPC=${TRUST_BASE_ETHEREUM_ENPOINT:-false}"
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ FROM golang:1.19 as op
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV REPO=https://github.com/ethereum-optimism/optimism.git
|
ENV REPO=https://github.com/ethereum-optimism/optimism.git
|
||||||
ENV VERSION=v1.1.1
|
ENV VERSION=v1.1.4
|
||||||
# for verification:
|
# for verification:
|
||||||
ENV COMMIT=89ed69d80bbec7f2b1dd69e7e48cb7119839d58a
|
ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0
|
||||||
|
|
||||||
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
|
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
|
||||||
git switch -c branch-$VERSION && \
|
git switch -c branch-$VERSION && \
|
||||||
@@ -19,7 +19,7 @@ FROM golang:1.19 as geth
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
|
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
|
||||||
ENV VERSION=v1.101200.1-rc.2
|
ENV VERSION=v1.101200.1
|
||||||
# for verification:
|
# for verification:
|
||||||
ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f
|
ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user