Skip to content

Commit be59420

Browse files
Bump op-node to v1.19.2 (#134)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0476e26 commit be59420

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
@@ -71,7 +71,7 @@ cd lisk-node
7171

7272
Please use the following client versions:
7373

74-
- **op-node**: [v1.19.1](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.1)
74+
- **op-node**: [v1.19.2](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.2)
7575
- **op-reth**: [v2.3.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-reth/v2.3.3)
7676

7777
#### Build

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
1919
echo "${YQ_SHA256} /usr/bin/yq" | sha256sum -c - && \
2020
chmod +x /usr/bin/yq
2121
ENV REPO=https://github.com/ethereum-optimism/optimism.git
22-
ENV VERSION=v1.19.1
23-
ENV COMMIT=257012626a4eba436db17532b0b4e2c0dbe61bdb
22+
ENV VERSION=v1.19.2
23+
ENV COMMIT=da197e45ed44b9fca258b3b0d0709e8dfca1c7cd
2424
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
2525
git switch -c branch-$VERSION && \
2626
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)