Skip to content

Commit

Permalink
update readme with pinax endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 10, 2023
1 parent a2d415c commit 64f1de7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Allows you to query information like:

## Indexing the subgraph locally

- Set env variables
- Set env variables (generate $PINAX_KEY on https://pinax.network)
```
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="http://eth-evmr73.mar.eosn.io:8080" // or another Ethereum RPC endpoint
export SUBSTREAMS_ENDPOINT=https://eth-mar.firehose.pinax.network:9000
export SUBSTREAMS_API_TOKEN=$(curl https://auth.pinax.network/v1/auth/issue -s --data-binary '{"api_key":"'$PINAX_KEY'"}' | jq -r .token)
export ETH_MAINNET_RPC="http://eth-evmr73.mar.eosn.io:8080" // or another Ethereum RPC or EVMX endpoint
```
- Start graph node
```
Expand Down

0 comments on commit 64f1de7

Please sign in to comment.