From 0d57c04dbede82d04ccb3bfc43090c058b5c3739 Mon Sep 17 00:00:00 2001 From: Ryan Smith Date: Sun, 17 Dec 2023 02:16:13 -0800 Subject: [PATCH] add shovel to data indexers section (#200) --- apps/base-docs/docs/tools/data-indexers.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/base-docs/docs/tools/data-indexers.md b/apps/base-docs/docs/tools/data-indexers.md index a0beaeb651..1b40d65701 100644 --- a/apps/base-docs/docs/tools/data-indexers.md +++ b/apps/base-docs/docs/tools/data-indexers.md @@ -73,6 +73,20 @@ To get started, visit the [documentation](https://docs.envio.dev/docs/overview) --- +## Shovel + +[Shovel](https://indexsupply.com/shovel) is an [open source](https://github.com/indexsupply/code) tool for synchronizing Ethereum data to your Postgres database. Shovel can index block data, transaction data, and decoded event data. A single Shovel can index multiple chains simultaneously. Shovel is configured via a declarative JSON config file –no custom functions to save indexed data to your database. + +Find out more in the [Shovel Docs](https://indexsupply.com/shovel/docs/) + +#### Supported Networks + +- Base Mainnet +- Base Goerli (Testnet) +- Base Sepolia (Testnet) + +--- + ## SubQuery [SubQuery](https://subquery.network/) is a data indexer that provides developers with fast, reliable, decentralized, and customized APIs for accessing rich indexed data from over 80+ ecosystems (including Base) within their projects.