diff --git a/docs/quickstart.md b/docs/quickstart.md index 3393224a..c24ebd35 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -33,4 +33,4 @@ The following configuration values are important to understand when setting up t - `base.start-block` - The block to start indexing from - `base.end-block` - The block to end indexing at - `base.index-transactions` - Whether to index transactions -- `base.index-block-events` - Whether to index block events \ No newline at end of file +- `base.index-block-events` - Whether to index block events diff --git a/docs/reference/custom_indexer_examples.md b/docs/reference/custom_indexer_examples.md index 2c4c6880..051b6b4a 100644 --- a/docs/reference/custom_indexer_examples.md +++ b/docs/reference/custom_indexer_examples.md @@ -20,4 +20,4 @@ The Validator Delegations Patterns example demonstrates how to build a custom in It takes message data from the `cosmos-sdk/x/staking` module and indexes it into a database. The example indexer listens for `MsgDelegate` and `MsgUndelegate` messages and indexes them into a custom model. -The example also implements a filter mechanism to filter out message types that are not of interest to this indexer. This significantly reduces the amount of data that needs to be indexed. \ No newline at end of file +The example also implements a filter mechanism to filter out message types that are not of interest to this indexer. This significantly reduces the amount of data that needs to be indexed.