Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions bin/reth-bench-compare/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,8 @@ 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.reth.rs/rpc", // base
84532 => "https://base-sepolia.rpc.ithaca.xyz", // base-sepolia
27082 => "https://rpc.hoodi.ethpandaops.io", // hoodi
_ => "https://ethereum.reth.rs/rpc", // mainnet and fallback
27082 => "https://rpc.hoodi.ethpandaops.io", // hoodi
_ => "https://ethereum.reth.rs/rpc", // mainnet and fallback
}
}

Expand Down
2 changes: 0 additions & 2 deletions docs/vocs/docs/pages/run/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Find answers to common questions and troubleshooting tips:
| --------------- | -------- | ------------------------------------ |
| Ethereum | 1 | https://ethereum.reth.rs/rpc |
| Sepolia Testnet | 11155111 | https://sepolia.drpc.org |
| Base | 8453 | https://base.reth.rs/rpc |
| Base Sepolia | 84532 | https://base-sepolia.drpc.org |

:::tip
Want to add more networks to this table? Feel free to [contribute](https://github.com/paradigmxyz/reth/edit/main/docs/vocs/docs/pages/run/overview.mdx) by submitting a PR with additional networks that Reth supports!
Expand Down
Loading