From 4cf12e2f17af587d9f49a92f50974b02477a1789 Mon Sep 17 00:00:00 2001 From: owen <158327443+owenzimmew06@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:53:52 +0300 Subject: [PATCH] Update block-explorer.md Hey, Found three issues here and suggest changes: 1. "it and fill in it's database with the data in a way" Typo: "it's" should be "its" (possessive form). Corrected version: "it and fill in its database with the data in a way" 2. "how are the block explorer components connected:" Grammar issue: The word order is incorrect. It should be: Corrected version: "how the block explorer components are connected:" 3. "To get block-explorer connected to your ZK Stack Hyperchain you need to set up all the the necessary environment and configuration files with your Hyperchain settings" Duplicate word: "the the" Corrected version: "To get block-explorer connected to your ZK Stack Hyperchain, you need to set up all the necessary environment and configuration files with your Hyperchain settings". Thanks. --- docs/block-explorer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/block-explorer.md b/docs/block-explorer.md index 84483d1e63..95c1ad0631 100644 --- a/docs/block-explorer.md +++ b/docs/block-explorer.md @@ -13,7 +13,7 @@ This repository is a monorepo consisting of 6 packages: - [Worker](./packages/worker) - an indexer service for [ZKsync Era](https://zksync.io) compatible chains. The purpose of - the service is to read blockchain data in real time, transform it and fill in it's database with the data in a way + the service is to read blockchain data in real time, transform it and fill in its database with the data in a way that makes it easy to be queried by the [API](./packages/api) service. - [Data Fetcher](./packages/data-fetcher) - a service that exposes and implements an HTTP endpoint to retrieve aggregated data for a certain block / range of blocks from the blockchain. This endpoint is called by @@ -31,7 +31,7 @@ This repository is a monorepo consisting of 6 packages: ## 🏛 Architecture -The following diagram illustrates how are the block explorer components connected: +The following diagram illustrates how the block explorer components are connected: ```mermaid flowchart @@ -186,7 +186,7 @@ double zero setup against the specified environment. ## ⛓️ Connection to your Hyperchain -To get block-explorer connected to your ZK Stack Hyperchain you need to set up all the the necessary environment and +To get block-explorer connected to your ZK Stack Hyperchain you need to set up all the necessary environment and configuration files with your Hyperchain settings. You can use a script to build them. See [Setting up env variables](#%EF%B8%8F-setting-up-env-variables).