From 7ef2f59f7a27c98a67b0fd07d0a1be0fabd0327e Mon Sep 17 00:00:00 2001 From: Damian Parrino Date: Thu, 31 Aug 2023 08:59:28 -0300 Subject: [PATCH] Update indexer4explorer.md --- docs/4.tools/indexer4explorer.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/4.tools/indexer4explorer.md b/docs/4.tools/indexer4explorer.md index aa56ba21da3..626eb6faac3 100644 --- a/docs/4.tools/indexer4explorer.md +++ b/docs/4.tools/indexer4explorer.md @@ -13,7 +13,6 @@ While developing a decentralized app you might want to query usage information f 3. Which transactions failed? In order to simplify asking these questions is that we developed the [NEAR Indexer for Explorer](https://github.com/near/near-indexer-for-explorer). -The NEAR Indexer for Explorer is a **public-access** **read-only** PostgreSQL database where **all** blockchain actions are stored. Both `testnet` and `mainnet` networks have active instances that fill the database with all the data from the network starting from the genesis as [Explorer](https://explorer.near.org/) requires. @@ -24,12 +23,6 @@ You can find the source code on [this GitHub repository](https://github.com/near ::: - -:::warning -The database could go down or take time to reflect the most current blockchain info. Do not use it in production. -For a reliable source of real-time and past information, please run your own [indexer](https://near-indexers.io/). -::: - --- ## Example Queries