diff --git a/op/reth/zircuit-garfield-op-reth-pruned-trace.yml b/op/reth/zircuit-garfield-op-reth-pruned-trace.yml index 4539a63b..252ef585 100644 --- a/op/reth/zircuit-garfield-op-reth-pruned-trace.yml +++ b/op/reth/zircuit-garfield-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: zircuit-garfield-op-reth-pruned: - image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.1.2} + image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.1.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml b/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml index 7aeca233..9d057f4b 100644 --- a/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: zircuit-mainnet-op-reth-pruned: - image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_MAINNET_RETH_VERSION:-v2.1.2} + image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_MAINNET_RETH_VERSION:-v2.1.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/reference-rpc-endpoint.json b/reference-rpc-endpoint.json index 91b5208e..39a3ea8c 100644 --- a/reference-rpc-endpoint.json +++ b/reference-rpc-endpoint.json @@ -3441,6 +3441,7 @@ "syncing_lag": 40, "urls": [ "https://rpc.testnet.chain.robinhood.com/rpc", + "https://robinhood-sepolia-rpc.publicnode.com", "https://robinhood-testnet.drpc.org" ] },