Skip to content

Commit 403945f

Browse files
Update docs/cdk/architecture/cdk-pp-highlevel-arch.md
Co-authored-by: Arnau Bennassar <arnaubennassar5@gmail.com>
1 parent 342775b commit 403945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdk/architecture/cdk-pp-highlevel-arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here is a step by step flow of transactions starting from when users submit tran
1313
5. CDK Erigon sequencer syncs all transaction data with any CDK Erigon RPC node.
1414
6. AggSender gets batch data from the CDK Erigon sequencer, uses the data to generate certificates, and submits the certificates to the AggLayer RPC.
1515
7. The AggLayer RPC checks validity of the certificate by asserting that the balances of the bridge interactions are consistent with the liquidity of the chain
16-
8. After validating the certificates, the JSON-RPC API sends a request to generate a proof, together with the necessary data (including the certificates), to the SP1 prover.
16+
8. After validating the certificates, the AggLayer RPC sends a request to generate a proof, together with the necessary data (including the certificates), to the SP1 prover.
1717
9. Once the proof is received from the SP1 prover, the JSON-RPC API sends it to L1.
1818

1919

0 commit comments

Comments
 (0)