Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/block-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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).

Expand Down