Skip to content

Commit

Permalink
Use 127..0.0.1 as ganache endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alex88 committed Sep 11, 2022
1 parent cfa518a commit 4496470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/eth1_test_rig/src/ganache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl GanacheInstance {
}

fn endpoint(port: u16) -> String {
format!("http://localhost:{}", port)
format!("http://127.0.0.1:{}", port)
}

impl Drop for GanacheInstance {
Expand Down

0 comments on commit 4496470

Please sign in to comment.