From c36f0e69381d8eefeee1273110804a66841de392 Mon Sep 17 00:00:00 2001 From: gianalarcon Date: Wed, 31 Jan 2024 17:14:55 -0500 Subject: [PATCH] Update sequencer chapter --- src/ch03-02-sequencers.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ch03-02-sequencers.md b/src/ch03-02-sequencers.md index 3d8cd107e..4e5f90564 100644 --- a/src/ch03-02-sequencers.md +++ b/src/ch03-02-sequencers.md @@ -1,9 +1,7 @@ # Sequencers -Before diving in, make sure to check out the ["Understanding Starknet: -Sequencers, Provers, and -Nodes"](https://book.starknet.io/chapter_3/topology.html) chapter for a -quick exploration of Starknet’s architecture. +Before diving in, make sure to check out the ["Architecture"](ch03-00-architecture.md) chapter for a +quick exploration of Starknet’s sequencers, provers and nodes. Three main layers exist in blockchain: data availability, ordering, and execution. Sequencers have evolved within this evolving modular