Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fix Json stuff README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Oct 14, 2023
1 parent 4fc343c commit 2a064e4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,21 @@ OPTIONS:
```
- After the node is started, users can check the status of the peers connected to the node using the `/topology` endpoint on the HTTP port.
```
```json
{
self: {
Addresses: [
"self": {
"Addresses": [
"/ip4/127.0.0.1/tcp/13526",
"/ip4/192.168.1.103/tcp/13526",
"/ip4/192.168.100.5/tcp/18625"
],
Ethereum Address: "0x55B3B672DEB14178615F648911e76b7FE1B23e5D",
Peer Type: "builder",
Underlay: "16Uiu2HAmBykfyf9A5DnRguHNS1mvSaprzYEkjRf6uafLU4javG4L"
"Ethereum Address": "0x55B3B672DEB14178615F648911e76b7FE1B23e5D",
"Peer Type": "builder",
"Underlay": "16Uiu2HAmBykfyf9A5DnRguHNS1mvSaprzYEkjRf6uafLU4javG4L"
},
connected_peers: {
builders: [
{
"0xca61596ccef983eb7cae42340ec553dd89881403"
}
"connected_peers": {
"builders": [
"0xca61596ccef983eb7cae42340ec553dd89881403"
]
}
}
Expand Down

0 comments on commit 2a064e4

Please sign in to comment.