Skip to content

Commit

Permalink
docs: Update lido-status command (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 authored Jan 6, 2025
1 parent a0d5bbb commit fc8ada4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/docs/quickstart/lido.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,16 @@ CSM Widget.

### Checking Node Operator Status

To view detailed data about your Node Operator, use the `sedge lido-status` [command](../commands/lidoStatus.mdx). This command displays information specific to the Node Operator based on the provided rewards address.
To view detailed data about your Node Operator, use the `sedge lido-status` [command](../commands/lidoStatus.mdx). This command displays information specific to the Node Operator based on the provided rewards address or node operator ID.

**Using the rewards address**
```bash
sedge lido-status <your_reward_address>
```

**Using the node operator ID**
```bash
sedge lido-status --nodeID <your_node_operator_id>
```
:::info

`rewardAddress` is the ultimate recipient of the rewards. It can perform the following actions regarding the CSM Node Operator:
Expand Down

0 comments on commit fc8ada4

Please sign in to comment.