From 8833e2e7b8afdf57a503b8961830d342ffd56cbc Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 9 Sep 2021 08:47:32 +0200 Subject: [PATCH] Correct rpc env var --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0138c83..3aa68d3 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ In terminal window B cd . .venv/bin/activate export DATABASE_ENGINE=sqlite -export RPC_HTTP_PROVIDER= +export RPC_PROVIDER= export CHAIN_SPEC= chaind-eth-server --session-id testsession ``` @@ -88,7 +88,7 @@ In terminal window C cd . .venv/bin/activate export DATABASE_ENGINE=sqlite -export RPC_HTTP_PROVIDER= +export RPC_PROVIDER= export CHAIN_SPEC= chaind-eth-syncer ```