From 3b0f3247c627f3f81d7564ac388e5e41f85ce8fc Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Tue, 7 Sep 2021 03:14:03 +0000 Subject: [PATCH] Fix typo of vars.env (#2574) --- scripts/local_testnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_testnet/README.md b/scripts/local_testnet/README.md index 5cb8407a98..921fd1cf21 100644 --- a/scripts/local_testnet/README.md +++ b/scripts/local_testnet/README.md @@ -20,7 +20,7 @@ Start a local eth1 ganache server ./ganache_test_node.sh ``` -Assuming you are happy with the configuration in `var.env`, deploy the deposit contract, make deposits, +Assuming you are happy with the configuration in `vars.env`, deploy the deposit contract, make deposits, create the testnet directory, genesis state and validator keys with: ```bash