Skip to content

Commit 4f9aa14

Browse files
MartinNikovPetarKirov
authored andcommitted
feat(modules/nimbus-eth2): Add web3-signer-url option
1 parent e7fe1d0 commit 4f9aa14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/nimbus-eth2/args.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ with lib; {
106106
};
107107
};
108108

109+
web3-signer-url = mkOption {
110+
type = types.nullOr types.str;
111+
default = null;
112+
example = "http://localhost:9000/";
113+
description = mdDoc "Remote Web3Signer URL that will be used as a source of validators.";
114+
};
115+
109116
web3-urls = mkOption {
110117
type = types.listOf types.str;
111118
default = [];

0 commit comments

Comments
 (0)