Skip to content

Commit 48dfe3f

Browse files
Update docs/pos/reference/commands.md
Co-authored-by: kmurphypolygon <149679879+kmurphypolygon@users.noreply.github.com>
1 parent 71e2390 commit 48dfe3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pos/reference/commands.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ bor attach .bor/data/bor.ipc <command>
2222
| `eth.getBlock("latest").number` | `curl http://YourIP:8545 -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0", "id":1, "method":"bor_getSigners", "params":["0x98b3ea"]}'` | Queries the height of the latest Bor block. |
2323
| | `curl http://YourIP:8545 -X POST -H "Content-Type: application/json" --data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'` | Retrieves the `chainID`. |
2424

25-
</TabItem>
26-
<TabItem value="heimdall">
25+
### Heimdall
2726

2827
| Command | Description |
2928
| ------- | ----------- |

0 commit comments

Comments
 (0)