From 613a5364324749850e5e819951dd4504e92dcfac Mon Sep 17 00:00:00 2001 From: Para Dox Date: Fri, 11 Apr 2025 17:57:52 +0700 Subject: [PATCH] fix --- op/reth/base-mainnet-op-reth-archive-trace.yml | 4 ++-- op/reth/base-mainnet-op-reth-pruned-trace.yml | 4 ++-- op/reth/base-sepolia-op-reth-archive-trace.yml | 4 ++-- op/reth/base-sepolia-op-reth-pruned-trace.yml | 4 ++-- op/reth/lisk-mainnet-op-reth-archive-trace.yml | 4 ++-- op/reth/lisk-mainnet-op-reth-pruned-trace.yml | 4 ++-- op/reth/op-mainnet-op-reth-archive-trace.yml | 4 ++-- op/reth/op-mainnet-op-reth-pruned-trace.yml | 4 ++-- op/reth/op-sepolia-op-reth-archive-trace.yml | 4 ++-- op/reth/op-sepolia-op-reth-pruned-trace.yml | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 219cf837..5d471100 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -2,7 +2,7 @@ services: base-mainnet-archive: - image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4} + image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10221 diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index c0bf36bd..40ffc4c5 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -2,7 +2,7 @@ services: base-mainnet: - image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4} + image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10221 diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index 00a999e2..d57e49fe 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -2,7 +2,7 @@ services: base-sepolia-archive: - image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4} + image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10390 diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index f3fb7ca3..6564a8b7 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -2,7 +2,7 @@ services: base-sepolia: - image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4} + image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10390 diff --git a/op/reth/lisk-mainnet-op-reth-archive-trace.yml b/op/reth/lisk-mainnet-op-reth-archive-trace.yml index 3456a2f3..1f295dab 100644 --- a/op/reth/lisk-mainnet-op-reth-archive-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-archive-trace.yml @@ -2,7 +2,7 @@ services: lisk-mainnet-archive: - image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4} + image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10598 diff --git a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml index a0d93228..21091113 100644 --- a/op/reth/lisk-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/lisk-mainnet-op-reth-pruned-trace.yml @@ -2,7 +2,7 @@ services: lisk-mainnet: - image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4} + image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10598 diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index aac98d6e..a3be0b99 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -2,7 +2,7 @@ services: op-mainnet-archive: - image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4} + image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10114 diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index 9a405227..e2f9de66 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -2,7 +2,7 @@ services: op-mainnet: - image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4} + image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10114 diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index 6fc6cb93..beca0697 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -2,7 +2,7 @@ services: op-sepolia-archive: - image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4} + image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10326 diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index 28c3b3e8..7371bf9e 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -2,7 +2,7 @@ services: op-sepolia: - image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4} + image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4} user: root ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) @@ -31,7 +31,7 @@ services: - .jwtsecret:/jwtsecret:ro - entrypoint: [/usr/local/bin/op-reth, node] + entrypoint: [op-reth, node] command: - --datadir=/root/.local/share/reth - --port=10326