From 8ff093cfd5ad5a43c7bd7b07737bd421776124cb Mon Sep 17 00:00:00 2001 From: ccgarant Date: Fri, 23 Feb 2024 14:43:34 -0500 Subject: [PATCH] updated watcher to guard copy paste error --- docs/guard/env-references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guard/env-references.md b/docs/guard/env-references.md index 13fd658..2c8d8aa 100644 --- a/docs/guard/env-references.md +++ b/docs/guard/env-references.md @@ -20,7 +20,7 @@ POSTGRES_PORT=5432 # 5432 is set as default, you can change it. ``` API_KEY_HASH= # blake2b hash of api_key, e.g. API_KEY_HASH=myHashHere -MNEMONIC= # watcher mnemonic phrases, e.g. MNEMONIC= word1 word2 word3 ... wordn +MNEMONIC= # ergo mnemonic phrases, e.g. MNEMONIC= word1 word2 word3 ... wordn TSS_SECRET= # the secret used to encrypt messages to start the signing process