Skip to content

Commit

Permalink
Merge branch 'main' into handle-genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
n0izn0iz authored Jul 28, 2024
2 parents ff48377 + 50282ac commit ed51299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ make build
3. **Run the indexer**

```bash
./build/indexer start --remote http://test3.gno.land:36657 --db-path indexer-db
./build/tx-indexer start --remote http://test3.gno.land:36657 --db-path indexer-db
```

or:
Expand All @@ -71,7 +71,7 @@ on-disk location for the indexed data.
For a full list of available features and flags, execute the `--help` command:

```shell
> ./build/indexer start --help
> ./build/tx-indexer start --help

DESCRIPTION
Starts the indexer service
Expand Down

0 comments on commit ed51299

Please sign in to comment.