diff --git a/.env.miner.example b/.env.miner.example index 694b989..772d6dd 100644 --- a/.env.miner.example +++ b/.env.miner.example @@ -1,5 +1,6 @@ # Network Configuration -NETWORK=testnet # Options: localnet, testnet, finney +# Options: localnet, testnet, finney +NETWORK=testnet # Wallet Configuration COLDKEY=miner @@ -18,4 +19,5 @@ VPERMIT_TAO_LIMIT=2 FORWARD_FUNCTION=base_miner # Logging -LOGGING_LEVEL=debug # Options: info, debug, trace +# Options: info, debug, trace +LOGGING_LEVEL=debug diff --git a/.env.validator.example b/.env.validator.example index 76f0bad..2e8526d 100644 --- a/.env.validator.example +++ b/.env.validator.example @@ -1,5 +1,6 @@ # Network Configuration -NETWORK=testnet # Options: localnet, testnet, finney +# Options: localnet, testnet, finney +NETWORK=testnet # Wallet Configuration COLDKEY=validator @@ -13,4 +14,5 @@ AXON_EXTERNAL_IP=127.0.0.1 AXON_EXTERNAL_PORT=8091 # Logging -LOGGING_LEVEL=debug # Options: info, debug, trace +# Options: info, debug, trace +LOGGING_LEVEL=debug