From 50eca9f8dd90f8ae3483bd0e029df65f8d6d42ed Mon Sep 17 00:00:00 2001 From: Yaro Shkvorets Date: Fri, 10 Mar 2023 19:26:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c535920..091f489 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Allows you to query information like: ``` 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 +export ETH_MAINNET_RPC="http://eth-evmr73.mar.eosn.io:8080" # or another Ethereum RPC or EVMX endpoint ``` - Start graph node ```