Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cd lisk-node

Please use the following client versions:

- **op-node**: [v1.19.4](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.4)
- **op-node**: [v1.19.5](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.5)
- **op-reth**: [v2.4.2](https://github.com/ethereum-optimism/optimism/releases/tag/op-reth/v2.4.2)

#### Build
Expand Down
4 changes: 2 additions & 2 deletions reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
echo "${YQ_SHA256} /usr/bin/yq" | sha256sum -c - && \
chmod +x /usr/bin/yq
ENV REPO=https://github.com/ethereum-optimism/optimism.git
ENV VERSION=v1.19.4
ENV COMMIT=a9a8dad3f1500a4cc2e4077edb480848bfdef29a
ENV VERSION=v1.19.5
ENV COMMIT=30f5d5836cab8ee44cf118d70831be6d0f0a9d9c
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down
Loading