Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Nov 28, 2024
1 parent 4fc6552 commit 6b8a280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions how-to-guides/local-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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"
Expand Down

0 comments on commit 6b8a280

Please sign in to comment.