diff --git a/components/Starknet/modules/architecture-and-concepts/images/os_flow_copy.png b/components/Starknet/modules/architecture-and-concepts/images/os_flow_copy.png new file mode 100644 index 0000000000..636bcee257 Binary files /dev/null and b/components/Starknet/modules/architecture-and-concepts/images/os_flow_copy.png differ diff --git a/components/Starknet/modules/architecture-and-concepts/pages/network-architecture/os.adoc b/components/Starknet/modules/architecture-and-concepts/pages/network-architecture/os.adoc index 949e9fe557..814bf419fa 100644 --- a/components/Starknet/modules/architecture-and-concepts/pages/network-architecture/os.adoc +++ b/components/Starknet/modules/architecture-and-concepts/pages/network-architecture/os.adoc @@ -20,7 +20,7 @@ SNOS is the program required for updating Starknet's state on Ethereum (xref:#os The following is a rough sketch of the SNOS program, starting at https://github.com/starkware-libs/cairo-lang/blob/8e11b8cc65ae1d0959328b1b4a40b92df8b58595/src/starkware/starknet/core/os/os.cairo#L38[os.cairo]'s `main` function: -image::os_flow.png[] +image::os_flow_copy.png[] In broad strokes, SNOS's execution consists of the following steps: