Skip to content

Commit

Permalink
Two suggested fixes for the tx-indexer Getting Started (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
awfuchs authored Sep 4, 2024
1 parent ae33bd6 commit 9921720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ git clone https://github.com/gnolang/tx-indexer.git
2. **Build the binary**

```bash
cd tx-indexer
make build
```

Expand Down Expand Up @@ -104,7 +105,7 @@ A GraphQL playground is available at `/graphql`. There you have all the document
```graphql
{
transactions(
filter: { message: {vm_param: {add_package: {}}}}
filter: { messages: {vm_param: {add_package: {}}}}
) {
index
hash
Expand Down

0 comments on commit 9921720

Please sign in to comment.