Fix typo of vars.env (#2574)

This commit is contained in:
Wink Saville 2021-09-07 03:14:03 +00:00
parent 1eefd6d413
commit 3b0f3247c6

View File

@ -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