You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration for how the Signer module should load validator keys. Currently two types of loaders are supported:
133
142
# - File: load keys from a plain text file (unsafe, use only for testing purposes)
134
143
# - ValidatorsDir: load keys from a `keys` and `secrets` file/folder (ERC-2335 style keystores). More details can be found in the docs (https://commit-boost.github.io/commit-boost-client/get_started/configuration/)
135
-
[signer.loader]
144
+
[signer.local.loader]
136
145
# File: path to the keys file
137
146
key_path = "./keys.example.json"
138
147
# ValidatorsDir: format of the keystore (lighthouse, prysm, teku or lodestar)
Copy file name to clipboardExpand all lines: docs/docs/get_started/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Note that in this setup, the signer module will not be started.
31
31
32
32
## Signer module
33
33
34
-
Commit-Boost supports both local and remote signers. The signer module is responsible for signing the transactions that other modules generates.
34
+
Commit-Boost supports both local and remote signers. The signer module is responsible for signing the transactions that other modules generates. Please note that only one signer at a time is allowed.
0 commit comments