Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Nov 20, 2024
1 parent 19d3591 commit 3fb1ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ cargo xtask prove-rpc <RPC_URL> <RPC_TYPE> <MODE> <BLOCK_START> -e <BLOCK_END> -
Which may look like this:

```sh
cargo xtask prove-rpc -u "$ETH_RPC_URL" -s 17 -e 18 -t jerigon -c 16 -b 3000 -r 100 -m verify
cargo xtask prove-rpc "$ETH_RPC_URL" jerigon verify 17 -e 18 -c 16 -b 3000 -r 100
```

Which will attempt to generate proofs for blocks `17` & `18` consecutively and incorporate the previous block proof during generation.
Expand Down

0 comments on commit 3fb1ea2

Please sign in to comment.