From 93d61aeaa6cf26315b5fc0fff1f5a63a97e29f14 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 10 Dec 2020 02:30:11 -0800 Subject: [PATCH] update .env.example --- .env.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 9fda836..a32c0d8 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,10 @@ TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx" SEED_PHRASE="12 or 24 words of seed phrase" -FROM="0xxxxxxxxxxxx" -INFURA_NODE_ID="1234554" +RPC="https://ropsten.infura.io/v3/123" DB_NAME="test" DB_USER="admin" DB_PASSWORD="password" DB_HOST="localhost" DB_PORT="31956" TOKEN_AMOUNT=10 -COOLING_PERIOD_IN_HOURS=24 \ No newline at end of file +COOLING_PERIOD_IN_HOURS=24