Skip to content

Commit

Permalink
fixed mnemonic comment typo space after =, thanks CW!
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgarant committed Feb 23, 2024
1 parent 8ff093c commit e615de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guard/env-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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= # ergo 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
Expand Down
2 changes: 1 addition & 1 deletion docs/watcher/env-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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= # watcher mnemonic phrases, e.g. MNEMONIC=word1 word2 word3 ... wordn
KOIOS_AUTH_TOKEN=
Expand Down

0 comments on commit e615de4

Please sign in to comment.