Skip to content

Commit

Permalink
add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Oct 14, 2024
1 parent e65cb42 commit 510886a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guard/env-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ TSS_SECRET= # the secret used to encrypt messages to start the signing process
KOIOS_AUTH_TOKEN=
ETHEREUM_RPC_AUTH_TOKEN=
BLOCKFROST_PROJECT_ID=
OVERRIDE_LOKI_BASIC_AUTH=
Expand Down
2 changes: 2 additions & 0 deletions docs/guard/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ ethereum:
authToken: 'YOUR_AUTH_TOKEN'
```

> **NOTE**: When using docker there is an `ETHEREUM_RPC_AUTH_TOKEN` environment variable available for `authToken` that you can set instead of in the local configuration.

### Address Info

Other than network, you need to specify chain code and derivation path for Ethereum. The key is derived from generated ECDSA key in `key generation ceremony`.
Expand Down
1 change: 1 addition & 0 deletions guard/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ API_KEY_HASH=
MNEMONIC=
TSS_SECRET=
KOIOS_AUTH_TOKEN=
ETHEREUM_RPC_AUTH_TOKEN=
BLOCKFROST_PROJECT_ID=
OVERRIDE_LOKI_BASIC_AUTH=
DISCORD_WEBHOOK_URL=
Expand Down

0 comments on commit 510886a

Please sign in to comment.