Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Mar 6, 2023
1 parent e73023d commit f2d023c
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 @@ -18,6 +18,7 @@ Allows you to query information like:
```
export SUBSTREAMS_ENDPOINT=https://mainnet.eth.streamingfast.io:443
export SUBSTREAMS_API_TOKEN=$(curl https://auth.dfuse.io/v1/auth/issue -s --data-binary '{"api_key":"'$STREAMINGFAST_KEY'"}' | jq -r .token)
export ETH_MAINNET_RPC="https://eth.rpc.pinax.network:8545" // or another Ethereum RPC endpoint
```
- Start graph node
```
Expand All @@ -42,4 +43,4 @@ query MyQuery {
timestamp
}
}
```
```

0 comments on commit f2d023c

Please sign in to comment.