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
Copy file name to clipboardExpand all lines: pkg/coordinator/tasks/generate_deposits/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ The `generate_deposits` task focuses on creating deposit transactions and sendin
23
23
-**`indexCount`**:\
24
24
The total number of validator keys to generate from the mnemonic. This number determines how many unique deposit transactions will be created.
25
25
26
+
-**`publicKey`**\
27
+
The publickey of the validator to generate a deposit for. This is for topup deposits only.
28
+
26
29
-**`walletPrivkey`**:\
27
30
The private key of the wallet from which the deposit will be made. This key is crucial for initiating the deposit transaction.
28
31
@@ -41,6 +44,9 @@ The `generate_deposits` task focuses on creating deposit transactions and sendin
41
44
-**`withdrawalCredentials`**:\
42
45
Specifies the withdrawal credentials for the deposited ETH. If left empty, it defaults to a standard `0x00...` credentials based on the validator mnemonic.
43
46
47
+
-**`topUpDeposit`**:\
48
+
Specifies if the deposit should be a topup deposit (without withdrawal credentials or signature)
49
+
44
50
-**`clientPattern`**:\
45
51
A regex pattern to select specific client endpoints for sending deposit transactions. If left blank, any available endpoint will be used.
46
52
@@ -76,12 +82,14 @@ Default settings for the `generate_deposits` task:
0 commit comments