Skip to content

Commit 5ad85f0

Browse files
authored
chore: switch node back (foundry-rs#11660)
1 parent 9cd8a95 commit 5ad85f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/test-utils/src/rpc.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@ shuffled_list!(
2525
HTTP_ARCHIVE_DOMAINS,
2626
vec![
2727
//
28-
"eu-central-mainnet.rpc.ithaca.xyz/rpc",
28+
"reth-ethereum.ithaca.xyz/rpc",
2929
],
3030
);
3131
shuffled_list!(
3232
HTTP_DOMAINS,
3333
vec![
3434
//
35-
"eu-central-mainnet.rpc.ithaca.xyz/rpc",
35+
"reth-ethereum.ithaca.xyz/rpc",
3636
"reth-ethereum-full.ithaca.xyz/rpc",
3737
],
3838
);
3939
shuffled_list!(
4040
WS_ARCHIVE_DOMAINS,
4141
vec![
4242
//
43-
"eu-central-mainnet.ws.ithaca.xyz/ws",
43+
"reth-ethereum.ithaca.xyz/ws",
4444
],
4545
);
4646
shuffled_list!(
4747
WS_DOMAINS,
4848
vec![
4949
//
50-
"eu-central-mainnet.ws.ithaca.xyz/ws",
50+
"reth-ethereum.ithaca.xyz/ws",
5151
"reth-ethereum-full.ithaca.xyz/ws",
5252
],
5353
);

0 commit comments

Comments
 (0)