Skip to content

Commit d58892b

Browse files
Bump op-reth to v1.8.4 (#104)
bump op-reth to v1.8.4
1 parent 2d2ec0d commit d58892b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Please use the following client versions:
8080

8181
- **op-node**: [v1.14.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.14.3)
8282
- **op-geth**: [v1.101603.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101603.2)
83-
- **op-reth**: [v1.8.3](https://github.com/paradigmxyz/reth/releases/tag/v1.8.3)
83+
- **op-reth**: [v1.8.4](https://github.com/paradigmxyz/reth/releases/tag/v1.8.4)
8484

8585
#### Build
8686

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ WORKDIR /app
2727
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2828

2929
ENV REPO=https://github.com/paradigmxyz/reth.git
30-
ENV VERSION=v1.8.3
31-
ENV COMMIT=42197415102b7a20be42e4fe919f024b81ceb55b
30+
ENV VERSION=v1.8.4
31+
ENV COMMIT=bde6574bcac266f9858c1a78f8d0da9fd1e5d262
3232
RUN git clone $REPO --branch $VERSION --single-branch . && \
3333
git switch -c branch-$VERSION && \
3434
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)