Skip to content

Commit

Permalink
update testing rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Nov 22, 2023
1 parent cd18ddc commit 1e8119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/parse/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ mod tests {
use super::*;

async fn setup_fetcher() -> Fetcher<RetryClient<Http>> {
let rpc_url = String::from("https://eth.llamarpc.com");
let rpc_url = String::from("https://eth.merkle.io");
let max_retry = 5;
let initial_backoff = 500;
let max_concurrent_requests = 100;
Expand Down

0 comments on commit 1e8119e

Please sign in to comment.