From 0bc513d53d17285ea05b4d3ee25c3dcefc29196f Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 21 Dec 2021 19:19:13 +0000 Subject: [PATCH] update env.sample --- testnet-faucet/.env.sample | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testnet-faucet/.env.sample b/testnet-faucet/.env.sample index c96a8ee909..c9c0d8af0a 100644 --- a/testnet-faucet/.env.sample +++ b/testnet-faucet/.env.sample @@ -1,7 +1,7 @@ -VALIDATOR_ADDRESS= -MNEMONIC= -TESTNET_URL_1= -MAJOR_CURRENCY= -MINOR_CURRENCy= +MAJOR_CURRENCY=nymt +MINOR_CURRENCY=unymt ACCOUNT_ADDRESS= - +NETWORK=sandbox +MNEMONIC="" +TESTNET_URL=https://sandbox-validator.nymtech.net +VALIDATOR_CONTRACT= \ No newline at end of file