Skip to content

Commit

Permalink
update readme to EVMX
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 10, 2023
1 parent da52105 commit a2d415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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
export ETH_MAINNET_RPC="http://eth-evmr73.mar.eosn.io:8080" // or another Ethereum RPC endpoint
```
- Start graph node
```
Expand Down

0 comments on commit a2d415c

Please sign in to comment.