diff --git a/beacon-chain/p2p/discovery_test.go b/beacon-chain/p2p/discovery_test.go index ed8391304ca5..6c371b7964f1 100644 --- a/beacon-chain/p2p/discovery_test.go +++ b/beacon-chain/p2p/discovery_test.go @@ -357,7 +357,7 @@ func TestHostIsResolved(t *testing.T) { // As defined in RFC 2606 , example.org is a // reserved example domain name. exampleHost := "example.org" - exampleIP := "93.184.215.14" + exampleIP := "96.7.129.13" s := &Service{ cfg: &Config{ diff --git a/changelog/syjn99_change-example-ip-address.md b/changelog/syjn99_change-example-ip-address.md new file mode 100644 index 000000000000..f9fdce99cecb --- /dev/null +++ b/changelog/syjn99_change-example-ip-address.md @@ -0,0 +1,3 @@ +### Fixed + +- Replace exampleIP to `96.7.129.13` \ No newline at end of file