From b5c5feb93a713d62871acdfa857447fb271e2d56 Mon Sep 17 00:00:00 2001 From: Jaime-N <149603094+Jaime-N@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:06:00 -0800 Subject: [PATCH] Update agglayer-go.md --- docs/agglayer/agglayer-go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agglayer/agglayer-go.md b/docs/agglayer/agglayer-go.md index 45600b22..168c0272 100644 --- a/docs/agglayer/agglayer-go.md +++ b/docs/agglayer/agglayer-go.md @@ -5,7 +5,7 @@ The AggLayer-go is a service designed to receive zero-knowledge (ZK) proofs fro ## Architecture -The Agglayer Golang architecture supports interactions with multiple CDK chains for proof-verification. It uses a PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes. +The Agglayer Golang architecture supporting interactions with multiple CDK chains for proof-verification. It uses a PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes. The diagram below shows the full start-up, running, and shutdown sequence for the application and its components.