Skip to content

Commit 5992e05

Browse files
committed
docs: lint
1 parent 5e57bc0 commit 5992e05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ blobstream-ops --help
2222
## BlobstreamX contract verification
2323

2424
One of the tools that the blobstream-ops CLI provides is the `verify` subcommand. It allows verifying that a BlobstreamX deployment is valid.
25-
It works by taking a trusted Celestia RPC endpoints. Then, it goes over the data root tuple roots stored in the contract, and regenerates the
25+
It works by taking a trusted Celestia RPC endpoints. Then, it goes over the data root tuple roots stored in the contract, and regenerates the
2626
data commitment using the provided trusted RPC endpoint. Finally, it compares them and errors if any of the data root tuple roots is not valid.
2727

2828
Since Blobstream makes a 2/3rd honest validator set assumption, if more than 2/3rd of the validator set is malicious, they can commit to an invalid
2929
data root tuple root. This tool allows verifying that that didn't happen using a trusted RPC endpoint.
3030

31-
### Usage
31+
### Verification command usage
3232

3333
After installing the blobstream-ops CLI, you can verify the contract using the following subcommand:
3434

@@ -81,7 +81,7 @@ Refer to [docs](https://docs.celestia.org/developers/blobstream-x-deploy).
8181
Also, make sure the trusted block used to initialise the BlobstreamX contract corresponds to a `start_block`
8282
in the existing BlobstreamX deployment. Otherwise, the proofs will not be able to be relayed.
8383

84-
### Usage
84+
### Replay command usage
8585

8686
After installing the blobstream-ops CLI, you can use the replay tool using the following subcommand:
8787

@@ -90,7 +90,7 @@ blobstream-ops replay --help
9090
```
9191

9292
Similar to the above `verify` command, the arguments can be provided either using the CLI or through environment
93-
variables.
93+
variables.
9494

9595
To this matter, the `.env.replay.example` provides an example set of environment variables that need to be set in order
9696
for the replay command to run.

0 commit comments

Comments
 (0)