We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd8a95 commit 5ad85f0Copy full SHA for 5ad85f0
crates/test-utils/src/rpc.rs
@@ -25,29 +25,29 @@ shuffled_list!(
25
HTTP_ARCHIVE_DOMAINS,
26
vec![
27
//
28
- "eu-central-mainnet.rpc.ithaca.xyz/rpc",
+ "reth-ethereum.ithaca.xyz/rpc",
29
],
30
);
31
shuffled_list!(
32
HTTP_DOMAINS,
33
34
35
36
"reth-ethereum-full.ithaca.xyz/rpc",
37
38
39
40
WS_ARCHIVE_DOMAINS,
41
42
43
- "eu-central-mainnet.ws.ithaca.xyz/ws",
+ "reth-ethereum.ithaca.xyz/ws",
44
45
46
47
WS_DOMAINS,
48
49
50
51
"reth-ethereum-full.ithaca.xyz/ws",
52
53
0 commit comments