Skip to content

Commit

Permalink
reduce number of validators for eip7002-all test
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 2, 2024
1 parent 781fc4f commit 4175abc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playbooks/pectra-dev/eip7002-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ tasks:
# generate deposits
- name: generate_deposits
id: new_deposits
title: "Generate 20 deposits with 32 ETH each and 0x00 withdrawal credentials"
title: "Generate 10 deposits with 32 ETH each and 0x00 withdrawal credentials"
config:
limitTotal: 20
limitTotal: 10
depositAmount: 32
awaitReceipt: true
failOnReject: true
Expand Down Expand Up @@ -97,7 +97,7 @@ tasks:
id: validator_pubkeys
title: "Get test validator pubkeys"
config:
count: 20
count: 10
configVars:
startIndex: "validatorStartIndex"
mnemonic: "validatorMnemonic"
Expand Down Expand Up @@ -720,15 +720,15 @@ cleanupTasks:
- name: generate_bls_changes
title: "Generate bls changes for all test validators"
config:
limitTotal: 20
indexCount: 20
limitTotal: 10
indexCount: 10
configVars:
mnemonic: "validatorMnemonic"
targetAddress: "tasks.wallet_details.outputs.address"
- name: generate_exits
title: "Exit all test validators"
config:
limitTotal: 20
indexCount: 20
limitTotal: 10
indexCount: 10
configVars:
mnemonic: "validatorMnemonic"

0 comments on commit 4175abc

Please sign in to comment.