From 2322b7f1fe7f57fe25df4559a1c8c8920be167bc Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Tue, 20 May 2025 12:17:24 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32d7852..d22b090 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains a proof-of-concept implementation of a Risc0-based sove This implementation consists of three main components: -1. **Sequencer Node**: An Reth-based execution node that processes transactions and submits blocks to Nomos. +1. **Sequencer Node**: A Reth-based execution node that processes transactions and submits blocks to Nomos. 2. **Prover**: Generates zero-knowledge proofs for block execution, ensuring the correctness of state transitions. 3. **Light Node**: Verifies proofs and block data, enabling trustless verification of the rollup state.