From 9bce0bf6c6dfb38f62d0025eb22939c10f8a1031 Mon Sep 17 00:00:00 2001 From: saiteja Date: Tue, 24 Sep 2024 17:36:19 +0530 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba0cb1..4541648 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In the Cada module: ## 2. Relayer The **Relayer** facilitates communication between the Cosmos Chain, the Avail light client, and the Cosmos Provider. -- **Data Submission**: The relayer is responsible for fetching block data from the local provider and posting it to the Avail light client via an HTTP request. +- **Data Submission**: The relayer is responsible for fetching block data from the cosmos provider and posting it to the Avail light client via an HTTP request. - Based on the response from the light client, the relayer submits a transaction informing the validators of the data availability status and the specific Avail block height where the data is included, so that validators can verify it. - **Data Verification**: During verification, the relayer communicates with the Avail light client to confirm whether the data is truly available at the specified height.