lighthouse/testing/eth1_test_rig/src
Alessandro Tagliapietra 88a7e5a2ca Fix ganache test endpoint for ipv6 machines (#3563)
## Issue Addressed

#3562

## Proposed Changes

Change the fork endpoint from `localhost` to `127.0.0.1` to match the ganache default listening host.
This way it doesn't try (and fail) to connect to `::1` on IPV6 machines.

## Additional Info

First PR
2022-09-13 01:57:45 +00:00
..
ganache.rs Fix ganache test endpoint for ipv6 machines (#3563) 2022-09-13 01:57:45 +00:00
lib.rs Unify execution layer endpoints (#3214) 2022-06-29 09:07:09 +00:00