diff --git a/.env.mainnet b/.env.mainnet index 31ecc303..867c9d07 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -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 diff --git a/README.md b/README.md index eeb99c8a..3adc6ef3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/reth/Dockerfile b/reth/Dockerfile index e9cd8bec..1ff72d01 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -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" ]'