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: docs/zkEVM/architecture/proving-inputs/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ Recall that the prover generates a proof, and sends the proof and an array of pu
22
22
23
23
The public inputs consist of the following data:
24
24
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.
26
26
27
-
(b)`currentStateRoot` referring to the current L2 state root.
27
+
-`currentStateRoot` referring to the current L2 state root.
28
28
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.
30
30
31
-
(d)`timestamp` specifies the time at which the proof was generated.
31
+
-`timestamp` specifies the time at which the proof was generated.
32
32
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.
34
34
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.
36
36
37
37
The public output of this process is a new L2 state root, denoted by `newStateRoot`.
0 commit comments