Skip to content

Commit 31ab324

Browse files
authored
chore: switch node (#11602)
chore: switch
1 parent f182a95 commit 31ab324

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

crates/forge/tests/it/fork.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ async fn test_launch_fork() {
7676

7777
/// Smoke test that forking workings with websockets
7878
#[tokio::test(flavor = "multi_thread")]
79+
#[ignore = "not supported by temp node"]
7980
async fn test_launch_fork_ws() {
8081
let rpc_url = foundry_test_utils::rpc::next_ws_archive_rpc_url();
8182
let runner = TEST_DATA_DEFAULT.forked_runner(&rpc_url).await;

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-
"reth-ethereum.ithaca.xyz/rpc",
28+
"eu-central-mainnet.rpc.ithaca.xyz/rpc",
2929
],
3030
);
3131
shuffled_list!(
3232
HTTP_DOMAINS,
3333
vec![
3434
//
35-
"reth-ethereum.ithaca.xyz/rpc",
35+
"eu-central-mainnet.rpc.ithaca.xyz/rpc",
3636
"reth-ethereum-full.ithaca.xyz/rpc",
3737
],
3838
);
3939
shuffled_list!(
4040
WS_ARCHIVE_DOMAINS,
4141
vec![
4242
//
43-
"reth-ethereum.ithaca.xyz/ws",
43+
"eu-central-mainnet.rpc.ithaca.xyz/ws",
4444
],
4545
);
4646
shuffled_list!(
4747
WS_DOMAINS,
4848
vec![
4949
//
50-
"reth-ethereum.ithaca.xyz/ws",
50+
"eu-central-mainnet.rpc.ithaca.xyz/ws",
5151
"reth-ethereum-full.ithaca.xyz/ws",
5252
],
5353
);

0 commit comments

Comments
 (0)