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 .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OP_NODE_P2P_BOOTNODES=enr:-Iu4QBCIUw0OhAq5ErARIYBLIr6xPb83OqeFRqlUJGlJ9kWpNECaum
OP_NODE_P2P_LISTEN_IP=0.0.0.0
OP_NODE_P2P_LISTEN_TCP_PORT=9222
OP_NODE_P2P_LISTEN_UDP_PORT=9222
OP_NODE_P2P_STATIC=/ip4/34.90.229.28/tcp/9003/p2p/16Uiu2HAmBuVpfZwoRodETmKQPiiE7awhs53vGaBzJCuZnSuU2zyb
OP_NODE_P2P_STATIC=/ip4/34.12.217.4/tcp/9003/p2p/16Uiu2HAmGozvwRfvZkcET659CPuYS8edK1dWMNGtDYvxcNN6Le4P
OP_NODE_RPC_ADDR=0.0.0.0
OP_NODE_RPC_PORT=9545
OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Please use the following client versions:

- **op-node**: [v1.16.5](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.16.5)
- **op-geth**: [v1.101605.0](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101605.0)
- **op-reth**: [v1.9.3](https://github.com/paradigmxyz/reth/releases/tag/v1.9.3)
- **op-reth**: [v1.9.4](https://github.com/paradigmxyz/reth/releases/tag/v1.9.4)

#### Build

Expand Down
4 changes: 2 additions & 2 deletions reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ WORKDIR /app
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential

ENV REPO=https://github.com/paradigmxyz/reth.git
ENV VERSION=v1.9.3
ENV COMMIT=27a8c0f5a6dfb27dea84c5751776ecabdd069646
ENV VERSION=v1.9.4
ENV COMMIT=ce2b369595b6503a1d47fee946a8dc37fa525ed5
RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down