Skip to content

Commit

Permalink
change broken Alchemy demo RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Nov 24, 2023
1 parent a89b6e6 commit e24d3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e24d3f4

Please sign in to comment.