File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6666 # generate deposits
6767 - name : generate_deposits
6868 id : new_deposits
69- title : " Generate 20 deposits with 32 ETH each and 0x00 withdrawal credentials"
69+ title : " Generate 10 deposits with 32 ETH each and 0x00 withdrawal credentials"
7070 config :
71- limitTotal : 20
71+ limitTotal : 10
7272 depositAmount : 32
7373 awaitReceipt : true
7474 failOnReject : true
9797 id : validator_pubkeys
9898 title : " Get test validator pubkeys"
9999 config :
100- count : 20
100+ count : 10
101101 configVars :
102102 startIndex : " validatorStartIndex"
103103 mnemonic : " validatorMnemonic"
@@ -720,15 +720,15 @@ cleanupTasks:
720720 - name : generate_bls_changes
721721 title : " Generate bls changes for all test validators"
722722 config :
723- limitTotal : 20
724- indexCount : 20
723+ limitTotal : 10
724+ indexCount : 10
725725 configVars :
726726 mnemonic : " validatorMnemonic"
727727 targetAddress : " tasks.wallet_details.outputs.address"
728728 - name : generate_exits
729729 title : " Exit all test validators"
730730 config :
731- limitTotal : 20
732- indexCount : 20
731+ limitTotal : 10
732+ indexCount : 10
733733 configVars :
734734 mnemonic : " validatorMnemonic"
You can’t perform that action at this time.
0 commit comments