From e24d3f44c69fa2087d1be0bfd4ad805ca6aa3d67 Mon Sep 17 00:00:00 2001 From: Devan Non Date: Fri, 24 Nov 2023 18:55:56 +0000 Subject: [PATCH] change broken Alchemy demo RPC URL --- tests/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.rs b/tests/api.rs index 41c3015..7ca4ca1 100644 --- a/tests/api.rs +++ b/tests/api.rs @@ -374,7 +374,7 @@ async fn post_simulate_incorrect_chain_id() { temp_env::async_with_vars( [( "FORK_URL", - Some("https://eth-mainnet.g.alchemy.com/v2/demo"), + Some("https://eth.llamarpc.com"), )], async { let filter = filter();