Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: architecture image size too small (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
piavgh authored Mar 19, 2024
1 parent 13b33ae commit 0509e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-00-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags it as "ACCEPTED_ON_L2." The final step involves the Prover, which
executes the operating system on the new block, calculates its proof,
and submits it to the Layer 1 (L1) for verification.

<img alt="Starknet Architecture" src="img/ch03-architecture.png" class="center" style="width: 50%;" />
<img alt="Starknet Architecture" src="img/ch03-architecture.png" class="center" style="width: 100%;" />

<span class="caption">Starknet architecture</span>

Expand Down

0 comments on commit 0509e3b

Please sign in to comment.