Skip to content

Commit 4175abc

Browse files
committed
reduce number of validators for eip7002-all test
1 parent 781fc4f commit 4175abc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

playbooks/pectra-dev/eip7002-all.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ tasks:
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
@@ -97,7 +97,7 @@ tasks:
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"

0 commit comments

Comments
 (0)