From 5307dfc22bd9ff3cb265203fb34792cd6be155fa Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 29 Jan 2026 09:06:13 -0800 Subject: [PATCH] chore: update RPC URLs from ithaca.xyz to reth.rs (#21574) Co-authored-by: Tim Beiko Co-authored-by: Amp --- bin/reth-bench-compare/src/cli.rs | 4 ++-- docs/vocs/docs/pages/run/overview.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/reth-bench-compare/src/cli.rs b/bin/reth-bench-compare/src/cli.rs index db8cbfcf57..4755368c5f 100644 --- a/bin/reth-bench-compare/src/cli.rs +++ b/bin/reth-bench-compare/src/cli.rs @@ -274,10 +274,10 @@ impl Args { /// Get the default RPC URL for a given chain const fn get_default_rpc_url(chain: &Chain) -> &'static str { match chain.id() { - 8453 => "https://base-mainnet.rpc.ithaca.xyz", // base + 8453 => "https://base.reth.rs/rpc", // base 84532 => "https://base-sepolia.rpc.ithaca.xyz", // base-sepolia 27082 => "https://rpc.hoodi.ethpandaops.io", // hoodi - _ => "https://reth-ethereum.ithaca.xyz/rpc", // mainnet and fallback + _ => "https://ethereum.reth.rs/rpc", // mainnet and fallback } } diff --git a/docs/vocs/docs/pages/run/overview.mdx b/docs/vocs/docs/pages/run/overview.mdx index 1a0b888ba3..4bc37cef28 100644 --- a/docs/vocs/docs/pages/run/overview.mdx +++ b/docs/vocs/docs/pages/run/overview.mdx @@ -37,9 +37,9 @@ Find answers to common questions and troubleshooting tips: | Network | Chain ID | RPC URL | | --------------- | -------- | ------------------------------------ | -| Ethereum | 1 | https://reth-ethereum.ithaca.xyz/rpc | +| Ethereum | 1 | https://ethereum.reth.rs/rpc | | Sepolia Testnet | 11155111 | https://sepolia.drpc.org | -| Base | 8453 | https://base-mainnet.rpc.ithaca.xyz | +| Base | 8453 | https://base.reth.rs/rpc | | Base Sepolia | 84532 | https://base-sepolia.drpc.org | :::tip