Skip to content

Commit

Permalink
use op-node v1.7.3 in genesis-deployer
Browse files Browse the repository at this point in the history
temporarily downgrading op-node image while genesis process
config script from op-contracts/v1.3.0 doesn't work with op-node genesis l2 after v1.7.4
to be upgraded after migration to later version
  • Loading branch information
eseiker committed May 9, 2024
1 parent 1770f76 commit dc9f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis-deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG OPTIMISM_CONTRACTS_HEAD="op-contracts/v1.3.0"
ARG OP_NODE_VERSION="v1.7.5"
ARG OP_NODE_VERSION="v1.7.3"

FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:${OP_NODE_VERSION} as op-node

Expand Down

0 comments on commit dc9f63d

Please sign in to comment.