Skip to content

Commit 258827c

Browse files
authored
Update index.md
1 parent 1148a9b commit 258827c

File tree

1 file changed

+6
-6
lines changed
  • docs/zkEVM/architecture/proving-inputs

1 file changed

+6
-6
lines changed

docs/zkEVM/architecture/proving-inputs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Recall that the prover generates a proof, and sends the proof and an array of pu
2222

2323
The public inputs consist of the following data:
2424

25-
(a) `batchData` which is the data of all the L2 transactions in the batch being proved.
25+
- `batchData` which is the data of all the L2 transactions in the batch being proved.
2626

27-
(b) `currentStateRoot` referring to the current L2 state root.
27+
- `currentStateRoot` referring to the current L2 state root.
2828

29-
(c\) `proverAccount` which is the prover's account due to receive rewards. This account is attached to the proof so as to avoid successful plagiariasm of the proof.
29+
- `proverAccount` which is the prover's account due to receive rewards. This account is attached to the proof so as to avoid successful plagiariasm of the proof.
3030

31-
(d) `timestamp` specifies the time at which the proof was generated.
31+
- `timestamp` specifies the time at which the proof was generated.
3232

33-
(e) `forkId` is the current version of the L2 EVM being used.
33+
- `forkId` is the current version of the L2 EVM being used.
3434

35-
(f) `chainId` is the identifier of the chain for which the proof is being generated. The protocol is designed with the capability to host multiple layer 2 networks.
35+
- `chainId` is the identifier of the chain for which the proof is being generated. The protocol is designed with the capability to host multiple layer 2 networks.
3636

3737
The public output of this process is a new L2 state root, denoted by `newStateRoot`.
3838

0 commit comments

Comments
 (0)