Skip to content

Commit

Permalink
Use literal loopback instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Krause Arnim authored and Francisco Krause Arnim committed Apr 15, 2024
1 parent e4878da commit 72e6ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use zksync_web3_rs::{
},
};

static DEFAULT_L1_PROVIDER_URL: &str = "http://localhost:8545";
static DEFAULT_L2_PROVIDER_URL: &str = "http://localhost:8011";
static DEFAULT_L1_PROVIDER_URL: &str = "http://127.0.0.1:8545";
static DEFAULT_L2_PROVIDER_URL: &str = "http://127.0.0.1:8011";

#[allow(dead_code)]
const ERA_IN_MEMORY_NODE_CHAIN_ID: u64 = 260;
Expand Down

0 comments on commit 72e6ddc

Please sign in to comment.