diff --git a/arc/reth/arc-mainnet-reth-archive-trace.yml b/arc/reth/arc-mainnet-reth-archive-trace.yml index 5b0fa783..b811fea6 100644 --- a/arc/reth/arc-mainnet-reth-archive-trace.yml +++ b/arc/reth/arc-mainnet-reth-archive-trace.yml @@ -91,7 +91,7 @@ services: - --ipcpath=/sockets/reth.ipc - --log.file.directory=/data/execution/logs - --metrics=0.0.0.0:9001 - - --rpc.forwarder=https://rpc.arc.network/ + - --rpc.forwarder=https://rpc.mainnet.arc.io/ restart: unless-stopped stop_grace_period: 5m depends_on: @@ -131,8 +131,9 @@ services: - --execution-persistence-backpressure-threshold=200 - --execution-socket=/sockets/auth.ipc - --follow - - --follow.endpoint=https://rpc.arc.network,wss=rpc.arc.network - - --follow.endpoint=https://arc.drpc.org,wss=arc.drpc.org + - --follow.endpoint=https://rpc.mainnet.arc.io,wss=rpc.mainnet.arc.io + - --follow.endpoint=https://rpc.quicknode.mainnet.arc.io,wss=rpc.quicknode.mainnet.arc.io + - --follow.endpoint=https://rpc.blockdaemon.mainnet.arc.io/websocket,wss=rpc.blockdaemon.mainnet.arc.io - --full - --home=/data/consensus - --metrics=0.0.0.0:29000 diff --git a/arc/reth/arc-mainnet-reth-pruned-trace.yml b/arc/reth/arc-mainnet-reth-pruned-trace.yml index 0c6884c6..19350ff7 100644 --- a/arc/reth/arc-mainnet-reth-pruned-trace.yml +++ b/arc/reth/arc-mainnet-reth-pruned-trace.yml @@ -93,7 +93,7 @@ services: - --log.file.directory=/data/execution/logs - --metrics=0.0.0.0:9001 - --prune.block-interval=5000 - - --rpc.forwarder=https://rpc.arc.network/ + - --rpc.forwarder=https://rpc.mainnet.arc.io/ restart: unless-stopped stop_grace_period: 5m depends_on: @@ -133,8 +133,9 @@ services: - --execution-persistence-backpressure-threshold=200 - --execution-socket=/sockets/auth.ipc - --follow - - --follow.endpoint=https://rpc.arc.network,wss=rpc.arc.network - - --follow.endpoint=https://arc.drpc.org,wss=arc.drpc.org + - --follow.endpoint=https://rpc.mainnet.arc.io,wss=rpc.mainnet.arc.io + - --follow.endpoint=https://rpc.quicknode.mainnet.arc.io,wss=rpc.quicknode.mainnet.arc.io + - --follow.endpoint=https://rpc.blockdaemon.mainnet.arc.io/websocket,wss=rpc.blockdaemon.mainnet.arc.io - --full - --home=/data/consensus - --metrics=0.0.0.0:29000