Skip to content

Commit

Permalink
docs: improve command presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lean-apple committed Sep 19, 2024
1 parent 65c5dbe commit 5172cd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coral-cli/docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ coral-cli validator sign-voluntary-exit \
From an input file containing rewards data between 2 epochs, this command generates the merkle tree root and proofs and compares it from the given merkle root.

```
coral-cli validator verify-merkle-tree-rewards --rewards-file-path ./coral-cli/src/tests/rewards-files/rewards-test-1.json --rpc-url https://ethereum-holesky-rpc.publicnode.com
coral-cli validator verify-merkle-tree-rewards \
--rewards-file-path ./coral-cli/src/tests/rewards-files/withdrawal_reward_65286.json \
--rpc-url https://ethereum-holesky-rpc.publicnode.com
```


Expand Down

0 comments on commit 5172cd8

Please sign in to comment.