File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ cd lisk-node
7171
7272Please 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
Original file line number Diff line number Diff 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
2121ENV 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
2424RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
2525 git switch -c branch-$VERSION && \
2626 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments