You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,16 @@ To prove with GPU, add `--features gpu --config net.git-fetch-with-cli=true` as
42
42
43
43
to prove with recursion, set mode to `--mode prove-stark`
44
44
45
+
### Configure Chain ID
46
+
47
+
`server/prove_block.sh` forwards a `--chain-id` flag to every benchmark binary invocation. Set the target chain via the `CHAIN_ID` environment variable (defaults to `1` for Ethereum mainnet):
48
+
49
+
```
50
+
CHAIN_ID=5 server/prove_block.sh <proof_uuid>
51
+
```
52
+
53
+
This ensures locally generated inputs, fixtures, and proofs align with the intended network.
54
+
45
55
### (Optional) key-gen pk for next use
46
56
47
57
let say fixture dir in `./pk`
@@ -63,4 +73,4 @@ bash cargo_update_ceno.sh
63
73
which will update cargo dependency related to ceno accordingly
64
74
65
75
### More details
66
-
Check [openvm-reth-benchmark README](https://github.com/axiom-crypto/openvm-reth-benchmark/blob/main/README.md) for more details
76
+
Check [openvm-reth-benchmark README](https://github.com/axiom-crypto/openvm-reth-benchmark/blob/main/README.md) for more details
0 commit comments