diff --git a/how-to-guides/local-testnet.md b/how-to-guides/local-testnet.md index 9f2be41e09c..91ca7f2ab0a 100644 --- a/how-to-guides/local-testnet.md +++ b/how-to-guides/local-testnet.md @@ -94,7 +94,7 @@ Get the bridge node's peer info: celestia p2p info --node.store $HOME/.celestia-custom-bridge ``` -From the output, locate the relevant IP4 address and peer ID. The output will look similar to: +From the output, locate the relevant IP4 address and peer ID. The output will look similar to this example output: ```json { @@ -103,8 +103,8 @@ From the output, locate the relevant IP4 address and peer ID. The output will lo "peer_addr": [ "/ip4/10.0.0.125/tcp/2121", "/ip4/10.0.0.125/udp/2121/webrtc-direct/certhash/uEiBXDYwH1McBsLM2aEc3SdvAuhq2ZQ0RUgbjgTvXMQm7LA", - "/ip4/71.200.65.106/tcp/16279", - "/ip4/71.200.65.106/udp/16279/webrtc-direct/certhash/uEiBXDYwH1McBsLM2aEc3SdvAuhq2ZQ0RUgbjgTvXMQm7LA", + "/ip4/192.0.2.0/tcp/16279", + "/ip4/192.0.2.0/udp/16279/webrtc-direct/certhash/uEiBXDYwH1McBsLM2aEc3SdvAuhq2ZQ0RUgbjgTvXMQm7LA", "/ip4/127.0.0.1/udp/2121/webrtc-direct/certhash/uEiBXDYwH1McBsLM2aEc3SdvAuhq2ZQ0RUgbjgTvXMQm7LA", "/ip6/::1/tcp/2121", "/ip6/::1/udp/2121/webrtc-direct/certhash/uEiBXDYwH1McBsLM2aEc3SdvAuhq2ZQ0RUgbjgTvXMQm7LA"